Html Css Color HEX #B02D1E Fire Brick

📋 copy color: '#B02D1E'

red 176 ◦ green 45 ◦ blue 30

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

Shades of Fire Brick #B02D1E

Tints of Fire Brick #B02D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.95%

R = 70.12%
G = 17.93%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B02D1E (or 0xB02D1E) is known color: Fire Brick. HEX triplet: B0, 2D and 1E. RGB value is (176,45,30). Sum of RGB (Red+Green+Blue) = 176+45+30=251 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.12% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 176 - color contains mainly: red. Hex color #B02D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02D1E is #4FD2E1. Grayscale: #525252. Windows color (decimal): -5231330 or 1977776. OLE color: 1977776.

HSL color Cylindrical-coordinate representation of color #B02D1E: hue angle of 6.16º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B02D1E is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 45 30 -
CMYK 0 0.74 0.83 0.31
HSL 6.16º 0.71% 0.4% -
HSV(B) 6.16º 0.83% 0.69% -
XYZ 19.08 11.2 2.38 -
YUV 82.46 98.4 194.72 -
System Red Green Blue C M Y K H S L
Decimal 176 45 30 0 0.74 0.83 0.31 6.16 0.71 0.4
Hex B0 2D 1E 0 4A 53 1F 6 47 28
Octal 260 55 36 0 112 123 37 6 107 50
Binary 10110000 101101 11110 0 1001010 1010011 11111 110 1000111 101000

Color Harmonies of #B02D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02D1E

Black with #B02D1E

Text Example


Text Example

White with #B02D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02D1E; }

 p { color: rgb(176,45,30); }

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

background-color css

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

 a { background-color: rgb(176,45,30); }

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

border-color css

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

 span { border-color: rgb(176,45,30); }

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