Html Css Color HEX #B22C11 Fire Brick

📋 copy color: '#B22C11'

red 178 ◦ green 44 ◦ blue 17

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

Shades of Fire Brick #B22C11

Tints of Fire Brick #B22C11

RGB

 RED value IS 178 (69.92% from 255) = 74.48%

 GREEN value IS 44 (17.58% from 255) = 18.41%

 BLUE value IS 17 (7.03% from 255) = 7.11%

R = 74.48%
G = 18.41%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B22C11 (or 0xB22C11) is known color: Fire Brick. HEX triplet: B2, 2C and 11. RGB value is (178,44,17). Sum of RGB (Red+Green+Blue) = 178+44+17=239 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.48% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22C11 is #4DD3EE. Grayscale: #515151. Windows color (decimal): -5100527 or 1125554. OLE color: 1125554.

HSL color Cylindrical-coordinate representation of color #B22C11: hue angle of 10.06º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B22C11 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 44 17 -
CMYK 0 0.75 0.90 0.30
HSL 10.06º 0.83% 0.38% -
HSV(B) 10.06º 0.9% 0.7% -
XYZ 19.36 11.31 1.69 -
YUV 80.99 91.89 197.2 -
System Red Green Blue C M Y K H S L
Decimal 178 44 17 0 0.75 0.90 0.30 10.06 0.83 0.38
Hex B2 2C 11 0 4B 5A 1E A 53 26
Octal 262 54 21 0 113 132 36 12 123 46
Binary 10110010 101100 10001 0 1001011 1011010 11110 1010 1010011 100110

Color Harmonies of #B22C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22C11

Black with #B22C11

Text Example


Text Example

White with #B22C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22C11; }

 p { color: rgb(178,44,17); }

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

background-color css

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

 a { background-color: rgb(178,44,17); }

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

border-color css

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

 span { border-color: rgb(178,44,17); }

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