Html Css Color HEX #B22D14 Fire Brick

📋 copy color: '#B22D14'

red 178 ◦ green 45 ◦ blue 20

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

Shades of Fire Brick #B22D14

Tints of Fire Brick #B22D14

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.52%

 BLUE value IS 20 (8.2% from 255) = 8.23%

R = 73.25%
G = 18.52%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B22D14 (or 0xB22D14) is known color: Fire Brick. HEX triplet: B2, 2D and 14. RGB value is (178,45,20). Sum of RGB (Red+Green+Blue) = 178+45+20=243 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.25% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22D14 is #4DD2EB. Grayscale: #525252. Windows color (decimal): -5100268 or 1322418. OLE color: 1322418.

HSL color Cylindrical-coordinate representation of color #B22D14: hue angle of 9.49º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B22D14 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 45 20 -
CMYK 0 0.75 0.89 0.30
HSL 9.49º 0.8% 0.39% -
HSV(B) 9.49º 0.89% 0.7% -
XYZ 19.42 11.39 1.84 -
YUV 81.92 93.06 196.53 -
System Red Green Blue C M Y K H S L
Decimal 178 45 20 0 0.75 0.89 0.30 9.49 0.8 0.39
Hex B2 2D 14 0 4B 59 1E 9 50 27
Octal 262 55 24 0 113 131 36 11 120 47
Binary 10110010 101101 10100 0 1001011 1011001 11110 1001 1010000 100111

Color Harmonies of #B22D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22D14

Black with #B22D14

Text Example


Text Example

White with #B22D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22D14; }

 p { color: rgb(178,45,20); }

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

background-color css

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

 a { background-color: rgb(178,45,20); }

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

border-color css

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

 span { border-color: rgb(178,45,20); }

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