Html Css Color HEX #BC2424 Fire Brick

📋 copy color: '#BC2424'

red 188 ◦ green 36 ◦ blue 36

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

Shades of Fire Brick #BC2424

Tints of Fire Brick #BC2424

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.85%

 BLUE value IS 36 (14.45% from 255) = 13.85%

R = 72.31%
G = 13.85%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC2424 (or 0xBC2424) is known color: Fire Brick. HEX triplet: BC, 24 and 24. RGB value is (188,36,36). Sum of RGB (Red+Green+Blue) = 188+36+36=260 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.31% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2424 is #43DBDB. Grayscale: #515151. Windows color (decimal): -4447196 or 2368700. OLE color: 2368700.

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

Color convert

RGB 188 36 36 -
CMYK 0 0.81 0.81 0.26
HSL 0.68% 0.44% -
HSV(B) 0.81% 0.74% -
XYZ 21.69 12.08 2.86 -
YUV 81.45 102.36 204 -
System Red Green Blue C M Y K H S L
Decimal 188 36 36 0 0.81 0.81 0.26 0 0.68 0.44
Hex BC 24 24 0 51 51 1A 0 44 2C
Octal 274 44 44 0 121 121 32 0 104 54
Binary 10111100 100100 100100 0 1010001 1010001 11010 0 1000100 101100

Color Harmonies of #BC2424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2424

Black with #BC2424

Text Example


Text Example

White with #BC2424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2424; }

 p { color: rgb(188,36,36); }

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

background-color css

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

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

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

border-color css

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

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

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