Html Css Color HEX #BC2B24 Fire Brick

📋 copy color: '#BC2B24'

red 188 ◦ green 43 ◦ blue 36

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

Shades of Fire Brick #BC2B24

Tints of Fire Brick #BC2B24

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.1%

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

R = 70.41%
G = 16.1%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC2B24 (or 0xBC2B24) is known color: Fire Brick. HEX triplet: BC, 2B and 24. RGB value is (188,43,36). Sum of RGB (Red+Green+Blue) = 188+43+36=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 43 (17.19% from 255 or 16.10% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2B24 is #43D4DB. Grayscale: #555555. Windows color (decimal): -4445404 or 2370492. OLE color: 2370492.

HSL color Cylindrical-coordinate representation of color #BC2B24: hue angle of 2.76º 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 #BC2B24 is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 43 36 -
CMYK 0 0.77 0.81 0.26
HSL 2.76º 0.68% 0.44% -
HSV(B) 2.76º 0.81% 0.74% -
XYZ 21.92 12.55 2.94 -
YUV 85.56 100.04 201.07 -
System Red Green Blue C M Y K H S L
Decimal 188 43 36 0 0.77 0.81 0.26 2.76 0.68 0.44
Hex BC 2B 24 0 4D 51 1A 3 44 2C
Octal 274 53 44 0 115 121 32 3 104 54
Binary 10111100 101011 100100 0 1001101 1010001 11010 11 1000100 101100

Color Harmonies of #BC2B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2B24

Black with #BC2B24

Text Example


Text Example

White with #BC2B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2B24; }

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

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

background-color css

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

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

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

border-color css

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

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

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