Html Css Color HEX #BC2722 Fire Brick

📋 copy color: '#BC2722'

red 188 ◦ green 39 ◦ blue 34

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

Shades of Fire Brick #BC2722

Tints of Fire Brick #BC2722

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.94%

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

R = 72.03%
G = 14.94%
B = 13.03%

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

#BC2722 (or 0xBC2722) is known color: Fire Brick. HEX triplet: BC, 27 and 22. RGB value is (188,39,34). Sum of RGB (Red+Green+Blue) = 188+39+34=261 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.03% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2722 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2722 is #43D8DD. Grayscale: #535353. Windows color (decimal): -4446430 or 2238396. OLE color: 2238396.

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

Color convert

RGB 188 39 34 -
CMYK 0 0.79 0.82 0.26
HSL 1.95º 0.69% 0.44% -
HSV(B) 1.95º 0.82% 0.74% -
XYZ 21.75 12.26 2.73 -
YUV 82.98 100.36 202.91 -
System Red Green Blue C M Y K H S L
Decimal 188 39 34 0 0.79 0.82 0.26 1.95 0.69 0.44
Hex BC 27 22 0 4F 52 1A 2 45 2C
Octal 274 47 42 0 117 122 32 2 105 54
Binary 10111100 100111 100010 0 1001111 1010010 11010 10 1000101 101100

Color Harmonies of #BC2722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2722

Black with #BC2722

Text Example


Text Example

White with #BC2722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2722; }

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

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

background-color css

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

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

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

border-color css

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

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

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