Html Css Color HEX #BC581C Christine

📋 copy color: '#BC581C'

red 188 ◦ green 88 ◦ blue 28

#BC581C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christine #BC581C

Tints of Christine #BC581C

RGB

 RED value IS 188 (73.83% from 255) = 61.84%

 GREEN value IS 88 (34.77% from 255) = 28.95%

 BLUE value IS 28 (11.33% from 255) = 9.21%

R = 61.84%
G = 28.95%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC581C (or 0xBC581C) is known color: Christine. HEX triplet: BC, 58 and 1C. RGB value is (188,88,28). Sum of RGB (Red+Green+Blue) = 188+88+28=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC581C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC581C is #43A7E3. Grayscale: #6F6F6F. Windows color (decimal): -4433892 or 1857724. OLE color: 1857724.

HSL color Cylindrical-coordinate representation of color #BC581C: hue angle of 22.5º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC581C is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 88 28 -
CMYK 0 0.53 0.85 0.26
HSL 22.5º 0.74% 0.42% -
HSV(B) 22.5º 0.85% 0.74% -
XYZ 24.44 17.75 3.24 -
YUV 111.06 81.13 182.88 -
System Red Green Blue C M Y K H S L
Decimal 188 88 28 0 0.53 0.85 0.26 22.5 0.74 0.42
Hex BC 58 1C 0 35 55 1A 16 4A 2A
Octal 274 130 34 0 65 125 32 26 112 52
Binary 10111100 1011000 11100 0 110101 1010101 11010 10110 1001010 101010

Color Harmonies of #BC581C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC581C

Black with #BC581C

Text Example


Text Example

White with #BC581C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC581C; }

 p { color: rgb(188,88,28); }

 H1.HeaderClassName
 {
   color: #BC581C;
 }
 .AnyTagClassName
 {
   color: #BC581C;
 }
</style>

background-color css

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

 a { background-color: rgb(188,88,28); }

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

border-color css

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

 span { border-color: rgb(188,88,28); }

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