Html Css Color HEX #B42007 Fire Brick

📋 copy color: '#B42007'

red 180 ◦ green 32 ◦ blue 7

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

Shades of Fire Brick #B42007

Tints of Fire Brick #B42007

RGB

 RED value IS 180 (70.7% from 255) = 82.19%

 GREEN value IS 32 (12.89% from 255) = 14.61%

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

R = 82.19%
G = 14.61%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B42007 (or 0xB42007) is known color: Fire Brick. HEX triplet: B4, 20 and 07. RGB value is (180,32,7). Sum of RGB (Red+Green+Blue) = 180+32+7=219 (29% of max value = 765). Red value is 180 (70.70% from 255 or 82.19% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 7 (3.12% from 255 or 3.20% from 219); Max value from RGB is 180 - color contains mainly: red. Hex color #B42007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42007 is #4BDFF8. Grayscale: #494949. Windows color (decimal): -4972537 or 467124. OLE color: 467124.

HSL color Cylindrical-coordinate representation of color #B42007: hue angle of 8.67º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B42007 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 32 7 -
CMYK 0 0.82 0.96 0.29
HSL 8.67º 0.93% 0.37% -
HSV(B) 8.67º 0.96% 0.71% -
XYZ 19.38 10.75 1.25 -
YUV 73.4 90.53 204.03 -
System Red Green Blue C M Y K H S L
Decimal 180 32 7 0 0.82 0.96 0.29 8.67 0.93 0.37
Hex B4 20 7 0 52 60 1D 9 5D 25
Octal 264 40 7 0 122 140 35 11 135 45
Binary 10110100 100000 111 0 1010010 1100000 11101 1001 1011101 100101

Color Harmonies of #B42007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42007

Black with #B42007

Text Example


Text Example

White with #B42007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42007; }

 p { color: rgb(180,32,7); }

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

background-color css

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

 a { background-color: rgb(180,32,7); }

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

border-color css

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

 span { border-color: rgb(180,32,7); }

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