Html Css Color HEX #B22513 Fire Brick

📋 copy color: '#B22513'

red 178 ◦ green 37 ◦ blue 19

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

Shades of Fire Brick #B22513

Tints of Fire Brick #B22513

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.81%

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

R = 76.07%
G = 15.81%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B22513 (or 0xB22513) is known color: Fire Brick. HEX triplet: B2, 25 and 13. RGB value is (178,37,19). Sum of RGB (Red+Green+Blue) = 178+37+19=234 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.07% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 178 - color contains mainly: red. Hex color #B22513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22513 is #4DDAEC. Grayscale: #4D4D4D. Windows color (decimal): -5102317 or 1254834. OLE color: 1254834.

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

Color convert

RGB 178 37 19 -
CMYK 0 0.79 0.89 0.30
HSL 6.79º 0.81% 0.39% -
HSV(B) 6.79º 0.89% 0.7% -
XYZ 19.14 10.84 1.7 -
YUV 77.11 95.21 199.96 -
System Red Green Blue C M Y K H S L
Decimal 178 37 19 0 0.79 0.89 0.30 6.79 0.81 0.39
Hex B2 25 13 0 4F 59 1E 7 51 27
Octal 262 45 23 0 117 131 36 7 121 47
Binary 10110010 100101 10011 0 1001111 1011001 11110 111 1010001 100111

Color Harmonies of #B22513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22513

Black with #B22513

Text Example


Text Example

White with #B22513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22513; }

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

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

background-color css

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

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

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

border-color css

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

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

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