Html Css Color HEX #BC2422 Fire Brick

📋 copy color: '#BC2422'

red 188 ◦ green 36 ◦ blue 34

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

Shades of Fire Brick #BC2422

Tints of Fire Brick #BC2422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.18%

R = 72.87%
G = 13.95%
B = 13.18%

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

#BC2422 (or 0xBC2422) is known color: Fire Brick. HEX triplet: BC, 24 and 22. RGB value is (188,36,34). Sum of RGB (Red+Green+Blue) = 188+36+34=258 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.87% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 34 (13.67% from 255 or 13.18% from 258); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2422 is #43DBDD. Grayscale: #515151. Windows color (decimal): -4447198 or 2237628. OLE color: 2237628.

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

Color convert

RGB 188 36 34 -
CMYK 0 0.81 0.82 0.26
HSL 0.78º 0.69% 0.44% -
HSV(B) 0.78º 0.82% 0.74% -
XYZ 21.66 12.07 2.7 -
YUV 81.22 101.36 204.16 -
System Red Green Blue C M Y K H S L
Decimal 188 36 34 0 0.81 0.82 0.26 0.78 0.69 0.44
Hex BC 24 22 0 51 52 1A 1 45 2C
Octal 274 44 42 0 121 122 32 1 105 54
Binary 10111100 100100 100010 0 1010001 1010010 11010 1 1000101 101100

Color Harmonies of #BC2422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2422

Black with #BC2422

Text Example


Text Example

White with #BC2422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2422; }

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

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

background-color css

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

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

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

border-color css

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

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

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