Html Css Color HEX #B22411 Fire Brick

📋 copy color: '#B22411'

red 178 ◦ green 36 ◦ blue 17

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

Shades of Fire Brick #B22411

Tints of Fire Brick #B22411

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.58%

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

R = 77.06%
G = 15.58%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B22411 (or 0xB22411) is known color: Fire Brick. HEX triplet: B2, 24 and 11. RGB value is (178,36,17). Sum of RGB (Red+Green+Blue) = 178+36+17=231 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.06% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 178 - color contains mainly: red. Hex color #B22411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22411 is #4DDBEE. Grayscale: #4C4C4C. Windows color (decimal): -5102575 or 1123506. OLE color: 1123506.

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

Color convert

RGB 178 36 17 -
CMYK 0 0.80 0.90 0.30
HSL 7.08º 0.83% 0.38% -
HSV(B) 7.08º 0.9% 0.7% -
XYZ 19.09 10.77 1.6 -
YUV 76.29 94.54 200.54 -
System Red Green Blue C M Y K H S L
Decimal 178 36 17 0 0.80 0.90 0.30 7.08 0.83 0.38
Hex B2 24 11 0 50 5A 1E 7 53 26
Octal 262 44 21 0 120 132 36 7 123 46
Binary 10110010 100100 10001 0 1010000 1011010 11110 111 1010011 100110

Color Harmonies of #B22411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22411

Black with #B22411

Text Example


Text Example

White with #B22411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22411; }

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

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

background-color css

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

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

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

border-color css

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

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

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