Html Css Color HEX #BC2822 Fire Brick

📋 copy color: '#BC2822'

red 188 ◦ green 40 ◦ blue 34

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

Shades of Fire Brick #BC2822

Tints of Fire Brick #BC2822

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.27%

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

R = 71.76%
G = 15.27%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC2822 (or 0xBC2822) is known color: Fire Brick. HEX triplet: BC, 28 and 22. RGB value is (188,40,34). Sum of RGB (Red+Green+Blue) = 188+40+34=262 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.76% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 34 (13.67% from 255 or 12.98% from 262); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2822 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2822 is #43D7DD. Grayscale: #535353. Windows color (decimal): -4446174 or 2238652. OLE color: 2238652.

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

Color convert

RGB 188 40 34 -
CMYK 0 0.79 0.82 0.26
HSL 2.34º 0.69% 0.44% -
HSV(B) 2.34º 0.82% 0.74% -
XYZ 21.79 12.32 2.74 -
YUV 83.57 100.03 202.49 -
System Red Green Blue C M Y K H S L
Decimal 188 40 34 0 0.79 0.82 0.26 2.34 0.69 0.44
Hex BC 28 22 0 4F 52 1A 2 45 2C
Octal 274 50 42 0 117 122 32 2 105 54
Binary 10111100 101000 100010 0 1001111 1010010 11010 10 1000101 101100

Color Harmonies of #BC2822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2822

Black with #BC2822

Text Example


Text Example

White with #BC2822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2822; }

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

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

background-color css

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

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

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

border-color css

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

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

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