Html Css Color HEX #B02407 Fire Brick

📋 copy color: '#B02407'

red 176 ◦ green 36 ◦ blue 7

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

Shades of Fire Brick #B02407

Tints of Fire Brick #B02407

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.44%

 BLUE value IS 7 (3.13% from 255) = 3.2%

R = 80.37%
G = 16.44%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#B02407 (or 0xB02407) is known color: Fire Brick. HEX triplet: B0, 24 and 07. RGB value is (176,36,7). Sum of RGB (Red+Green+Blue) = 176+36+7=219 (29% of max value = 765). Red value is 176 (69.14% from 255 or 80.37% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 7 (3.12% from 255 or 3.20% from 219); Max value from RGB is 176 - color contains mainly: red. Hex color #B02407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02407 is #4FDBF8. Grayscale: #4A4A4A. Windows color (decimal): -5233657 or 468144. OLE color: 468144.

HSL color Cylindrical-coordinate representation of color #B02407: hue angle of 10.3º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B02407 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 36 7 -
CMYK 0 0.80 0.96 0.31
HSL 10.3º 0.92% 0.36% -
HSV(B) 10.3º 0.96% 0.69% -
XYZ 18.57 10.51 1.25 -
YUV 74.55 89.88 200.36 -
System Red Green Blue C M Y K H S L
Decimal 176 36 7 0 0.80 0.96 0.31 10.3 0.92 0.36
Hex B0 24 7 0 50 60 1F A 5C 24
Octal 260 44 7 0 120 140 37 12 134 44
Binary 10110000 100100 111 0 1010000 1100000 11111 1010 1011100 100100

Color Harmonies of #B02407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02407

Black with #B02407

Text Example


Text Example

White with #B02407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02407; }

 p { color: rgb(176,36,7); }

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

background-color css

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

 a { background-color: rgb(176,36,7); }

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

border-color css

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

 span { border-color: rgb(176,36,7); }

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