Html Css Color HEX #B02219 Fire Brick

📋 copy color: '#B02219'

red 176 ◦ green 34 ◦ blue 25

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

Shades of Fire Brick #B02219

Tints of Fire Brick #B02219

RGB

 RED value IS 176 (69.14% from 255) = 74.89%

 GREEN value IS 34 (13.67% from 255) = 14.47%

 BLUE value IS 25 (10.16% from 255) = 10.64%

R = 74.89%
G = 14.47%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B02219 (or 0xB02219) is known color: Fire Brick. HEX triplet: B0, 22 and 19. RGB value is (176,34,25). Sum of RGB (Red+Green+Blue) = 176+34+25=235 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.89% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 25 (10.16% from 255 or 10.64% from 235); Max value from RGB is 176 - color contains mainly: red. Hex color #B02219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02219 is #4FDDE6. Grayscale: #4B4B4B. Windows color (decimal): -5234151 or 1647280. OLE color: 1647280.

HSL color Cylindrical-coordinate representation of color #B02219: hue angle of 3.58º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B02219 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 34 25 -
CMYK 0 0.81 0.86 0.31
HSL 3.58º 0.75% 0.39% -
HSV(B) 3.58º 0.86% 0.69% -
XYZ 18.65 10.44 1.95 -
YUV 75.43 99.54 199.73 -
System Red Green Blue C M Y K H S L
Decimal 176 34 25 0 0.81 0.86 0.31 3.58 0.75 0.39
Hex B0 22 19 0 51 56 1F 4 4B 27
Octal 260 42 31 0 121 126 37 4 113 47
Binary 10110000 100010 11001 0 1010001 1010110 11111 100 1001011 100111

Color Harmonies of #B02219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02219

Black with #B02219

Text Example


Text Example

White with #B02219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02219; }

 p { color: rgb(176,34,25); }

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

background-color css

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

 a { background-color: rgb(176,34,25); }

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

border-color css

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

 span { border-color: rgb(176,34,25); }

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