Html Css Color HEX #BC2922 Fire Brick

📋 copy color: '#BC2922'

red 188 ◦ green 41 ◦ blue 34

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

Shades of Fire Brick #BC2922

Tints of Fire Brick #BC2922

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.59%

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

R = 71.48%
G = 15.59%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC2922 (or 0xBC2922) is known color: Fire Brick. HEX triplet: BC, 29 and 22. RGB value is (188,41,34). Sum of RGB (Red+Green+Blue) = 188+41+34=263 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.48% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2922 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2922 is #43D6DD. Grayscale: #545454. Windows color (decimal): -4445918 or 2238908. OLE color: 2238908.

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

Color convert

RGB 188 41 34 -
CMYK 0 0.78 0.82 0.26
HSL 2.73º 0.69% 0.44% -
HSV(B) 2.73º 0.82% 0.74% -
XYZ 21.82 12.39 2.76 -
YUV 84.16 99.7 202.07 -
System Red Green Blue C M Y K H S L
Decimal 188 41 34 0 0.78 0.82 0.26 2.73 0.69 0.44
Hex BC 29 22 0 4E 52 1A 3 45 2C
Octal 274 51 42 0 116 122 32 3 105 54
Binary 10111100 101001 100010 0 1001110 1010010 11010 11 1000101 101100

Color Harmonies of #BC2922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2922

Black with #BC2922

Text Example


Text Example

White with #BC2922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2922; }

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

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

background-color css

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

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

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

border-color css

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

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

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