Html Css Color HEX #B02C19 Fire Brick

📋 copy color: '#B02C19'

red 176 ◦ green 44 ◦ blue 25

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

Shades of Fire Brick #B02C19

Tints of Fire Brick #B02C19

RGB

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

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

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

R = 71.84%
G = 17.96%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B02C19 (or 0xB02C19) is known color: Fire Brick. HEX triplet: B0, 2C and 19. RGB value is (176,44,25). Sum of RGB (Red+Green+Blue) = 176+44+25=245 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.84% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02C19 is #4FD3E6. Grayscale: #515151. Windows color (decimal): -5231591 or 1649840. OLE color: 1649840.

HSL color Cylindrical-coordinate representation of color #B02C19: hue angle of 7.55º 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 #B02C19 is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 44 25 -
CMYK 0 0.75 0.86 0.31
HSL 7.55º 0.75% 0.39% -
HSV(B) 7.55º 0.86% 0.69% -
XYZ 18.98 11.1 2.06 -
YUV 81.3 96.23 195.54 -
System Red Green Blue C M Y K H S L
Decimal 176 44 25 0 0.75 0.86 0.31 7.55 0.75 0.39
Hex B0 2C 19 0 4B 56 1F 8 4B 27
Octal 260 54 31 0 113 126 37 10 113 47
Binary 10110000 101100 11001 0 1001011 1010110 11111 1000 1001011 100111

Color Harmonies of #B02C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02C19

Black with #B02C19

Text Example


Text Example

White with #B02C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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