Html Css Color HEX #BC2222 Fire Brick

📋 copy color: '#BC2222'

red 188 ◦ green 34 ◦ blue 34

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

Shades of Fire Brick #BC2222

Tints of Fire Brick #BC2222

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.28%

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

R = 73.44%
G = 13.28%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC2222 (or 0xBC2222) is known color: Fire Brick. HEX triplet: BC, 22 and 22. RGB value is (188,34,34). Sum of RGB (Red+Green+Blue) = 188+34+34=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 34 (13.67% from 255 or 13.28% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2222 is #43DDDD. Grayscale: #505050. Windows color (decimal): -4447710 or 2237116. OLE color: 2237116.

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

Color convert

RGB 188 34 34 -
CMYK 0 0.82 0.82 0.26
HSL 0.69% 0.44% -
HSV(B) 0.82% 0.74% -
XYZ 21.6 11.95 2.68 -
YUV 80.05 102.02 205 -
System Red Green Blue C M Y K H S L
Decimal 188 34 34 0 0.82 0.82 0.26 0 0.69 0.44
Hex BC 22 22 0 52 52 1A 0 45 2C
Octal 274 42 42 0 122 122 32 0 105 54
Binary 10111100 100010 100010 0 1010010 1010010 11010 0 1000101 101100

Color Harmonies of #BC2222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2222

Black with #BC2222

Text Example


Text Example

White with #BC2222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2222; }

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

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

background-color css

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

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

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

border-color css

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

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

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