Html Css Color HEX #B22C13 Fire Brick

📋 copy color: '#B22C13'

red 178 ◦ green 44 ◦ blue 19

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

Shades of Fire Brick #B22C13

Tints of Fire Brick #B22C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.88%

R = 73.86%
G = 18.26%
B = 7.88%

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

#B22C13 (or 0xB22C13) is known color: Fire Brick. HEX triplet: B2, 2C and 13. RGB value is (178,44,19). Sum of RGB (Red+Green+Blue) = 178+44+19=241 (31% of max value = 765). Red value is 178 (69.92% from 255 or 73.86% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22C13 is #4DD3EC. Grayscale: #515151. Windows color (decimal): -5100525 or 1256626. OLE color: 1256626.

HSL color Cylindrical-coordinate representation of color #B22C13: hue angle of 9.43º degrees, saturation: 0.81, 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 #B22C13 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 44 19 -
CMYK 0 0.75 0.89 0.30
HSL 9.43º 0.81% 0.39% -
HSV(B) 9.43º 0.89% 0.7% -
XYZ 19.38 11.31 1.78 -
YUV 81.22 92.89 197.03 -
System Red Green Blue C M Y K H S L
Decimal 178 44 19 0 0.75 0.89 0.30 9.43 0.81 0.39
Hex B2 2C 13 0 4B 59 1E 9 51 27
Octal 262 54 23 0 113 131 36 11 121 47
Binary 10110010 101100 10011 0 1001011 1011001 11110 1001 1010001 100111

Color Harmonies of #B22C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22C13

Black with #B22C13

Text Example


Text Example

White with #B22C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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