Html Css Color HEX #B62014 Fire Brick

📋 copy color: '#B62014'

red 182 ◦ green 32 ◦ blue 20

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

Shades of Fire Brick #B62014

Tints of Fire Brick #B62014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.55%

R = 77.78%
G = 13.68%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B62014 (or 0xB62014) is known color: Fire Brick. HEX triplet: B6, 20 and 14. RGB value is (182,32,20). Sum of RGB (Red+Green+Blue) = 182+32+20=234 (30% of max value = 765). Red value is 182 (71.48% from 255 or 77.78% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 182 - color contains mainly: red. Hex color #B62014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62014 is #49DFEB. Grayscale: #4B4B4B. Windows color (decimal): -4841452 or 1319094. OLE color: 1319094.

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

Color convert

RGB 182 32 20 -
CMYK 0 0.82 0.89 0.29
HSL 4.44º 0.8% 0.4% -
HSV(B) 4.44º 0.89% 0.71% -
XYZ 19.93 11.03 1.74 -
YUV 75.48 96.7 203.98 -
System Red Green Blue C M Y K H S L
Decimal 182 32 20 0 0.82 0.89 0.29 4.44 0.8 0.4
Hex B6 20 14 0 52 59 1D 4 50 28
Octal 266 40 24 0 122 131 35 4 120 50
Binary 10110110 100000 10100 0 1010010 1011001 11101 100 1010000 101000

Color Harmonies of #B62014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62014

Black with #B62014

Text Example


Text Example

White with #B62014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62014; }

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

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

background-color css

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

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

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

border-color css

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

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

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