Html Css Color HEX #B22711 Fire Brick

📋 copy color: '#B22711'

red 178 ◦ green 39 ◦ blue 17

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

Shades of Fire Brick #B22711

Tints of Fire Brick #B22711

RGB

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

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

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

R = 76.07%
G = 16.67%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B22711 (or 0xB22711) is known color: Fire Brick. HEX triplet: B2, 27 and 11. RGB value is (178,39,17). Sum of RGB (Red+Green+Blue) = 178+39+17=234 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.07% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 178 - color contains mainly: red. Hex color #B22711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22711 is #4DD8EE. Grayscale: #4E4E4E. Windows color (decimal): -5101807 or 1124274. OLE color: 1124274.

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

Color convert

RGB 178 39 17 -
CMYK 0 0.78 0.90 0.30
HSL 8.2º 0.83% 0.38% -
HSV(B) 8.2º 0.9% 0.7% -
XYZ 19.19 10.96 1.63 -
YUV 78.05 93.55 199.29 -
System Red Green Blue C M Y K H S L
Decimal 178 39 17 0 0.78 0.90 0.30 8.2 0.83 0.38
Hex B2 27 11 0 4E 5A 1E 8 53 26
Octal 262 47 21 0 116 132 36 10 123 46
Binary 10110010 100111 10001 0 1001110 1011010 11110 1000 1010011 100110

Color Harmonies of #B22711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22711

Black with #B22711

Text Example


Text Example

White with #B22711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22711; }

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

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

background-color css

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

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

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

border-color css

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

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

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