Html Css Color HEX #BC2421 Fire Brick

📋 copy color: '#BC2421'

red 188 ◦ green 36 ◦ blue 33

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

Shades of Fire Brick #BC2421

Tints of Fire Brick #BC2421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.84%

R = 73.15%
G = 14.01%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC2421 (or 0xBC2421) is known color: Fire Brick. HEX triplet: BC, 24 and 21. RGB value is (188,36,33). Sum of RGB (Red+Green+Blue) = 188+36+33=257 (34% of max value = 765). Red value is 188 (73.83% from 255 or 73.15% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2421 is #43DBDE. Grayscale: #515151. Windows color (decimal): -4447199 or 2172092. OLE color: 2172092.

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

Color convert

RGB 188 36 33 -
CMYK 0 0.81 0.82 0.26
HSL 1.16º 0.7% 0.43% -
HSV(B) 1.16º 0.82% 0.74% -
XYZ 21.64 12.06 2.63 -
YUV 81.11 100.86 204.24 -
System Red Green Blue C M Y K H S L
Decimal 188 36 33 0 0.81 0.82 0.26 1.16 0.7 0.43
Hex BC 24 21 0 51 52 1A 1 46 2B
Octal 274 44 41 0 121 122 32 1 106 53
Binary 10111100 100100 100001 0 1010001 1010010 11010 1 1000110 101011

Color Harmonies of #BC2421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2421

Black with #BC2421

Text Example


Text Example

White with #BC2421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2421; }

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

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

background-color css

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

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

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

border-color css

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

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

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