#B3601A

Color #B3601A Christine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christine #B3601A

Tints of Christine #B3601A

Color information

#B3601A (or 0xB3601A) is unknown color: approx Christine. HEX triplet: B3, 60 and 1A. RGB value is (179,96,26). Sum of RGB (Red+Green+Blue) = 179+96+26=301 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.47% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 179 - color contains mainly: red. Hex color #B3601A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3601A is #4C9FE5. Grayscale: #717171. Windows color (decimal): -5021670 or 1728691. OLE color: 1728691.

HSL color Cylindrical-coordinate representation of color #B3601A: hue angle of 27.45º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B3601A is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB1799626-
CMYK00.460.850.30
HSL27.45º74.63%40.2%-
HSV(B)27.45º85.47%70.2%-
XYZ22.9618.023.25-
YUV112.8479175.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 59.47%
GREEN value IS 96 (37.89% from 255) = 31.89%
BLUE value IS 26 (10.55% from 255) = 8.64%
R=59.47%
G=31.89%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179962600.460.850.3027.4574.6340.2
HexB3601A02E551E1b4b28
Octal26314032056125363311350
Binary101100111100000110100101110101010111110110111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3601A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3601A; }

 p { color: rgb(179,96,26); }

 H1.HeaderClassName
 {
   color: #B3601A;
 }
 .AnyTagClassName
 {
   color: #B3601A;
 }
</style>
background-color css

<style>
 a { background-color: #B3601A; }

 a { background-color: rgb(179,96,26); }

 div.DivClassName
 {
   background-color: #B3601A;
 }
 .BgClassName
 {
   background-color: #B3601A;
 }
</style>
border-color css

<style>
 span { border-color: #B3601A; }

 span { border-color: rgb(179,96,26); }

 td.TdClassName
 {
   border-color: #B3601A;
 }
 .TagClassName
 {
   border-color: #B3601A;
 }
</style>