Html Css Color HEX #B62007 Fire Brick

📋 copy color: '#B62007'

red 182 ◦ green 32 ◦ blue 7

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

Shades of Fire Brick #B62007

Tints of Fire Brick #B62007

RGB

 RED value IS 182 (71.48% from 255) = 82.35%

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

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

R = 82.35%
G = 14.48%
B = 3.17%

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

#B62007 (or 0xB62007) is known color: Fire Brick. HEX triplet: B6, 20 and 07. RGB value is (182,32,7). Sum of RGB (Red+Green+Blue) = 182+32+7=221 (29% of max value = 765). Red value is 182 (71.48% from 255 or 82.35% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 7 (3.12% from 255 or 3.17% from 221); Max value from RGB is 182 - color contains mainly: red. Hex color #B62007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62007 is #49DFF8. Grayscale: #4A4A4A. Windows color (decimal): -4841465 or 467126. OLE color: 467126.

HSL color Cylindrical-coordinate representation of color #B62007: hue angle of 8.57º 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 #B62007 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 32 7 -
CMYK 0 0.82 0.96 0.29
HSL 8.57º 0.93% 0.37% -
HSV(B) 8.57º 0.96% 0.71% -
XYZ 19.85 10.99 1.28 -
YUV 74 90.2 205.03 -
System Red Green Blue C M Y K H S L
Decimal 182 32 7 0 0.82 0.96 0.29 8.57 0.93 0.37
Hex B6 20 7 0 52 60 1D 9 5D 25
Octal 266 40 7 0 122 140 35 11 135 45
Binary 10110110 100000 111 0 1010010 1100000 11101 1001 1011101 100101

Color Harmonies of #B62007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62007

Black with #B62007

Text Example


Text Example

White with #B62007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62007; }

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

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

background-color css

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

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

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

border-color css

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

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

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