Html Css Color HEX #B62019 Fire Brick

📋 copy color: '#B62019'

red 182 ◦ green 32 ◦ blue 25

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

Shades of Fire Brick #B62019

Tints of Fire Brick #B62019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.46%

R = 76.15%
G = 13.39%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B62019 (or 0xB62019) is known color: Fire Brick. HEX triplet: B6, 20 and 19. RGB value is (182,32,25). Sum of RGB (Red+Green+Blue) = 182+32+25=239 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.15% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 25 (10.16% from 255 or 10.46% from 239); Max value from RGB is 182 - color contains mainly: red. Hex color #B62019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62019 is #49DFE6. Grayscale: #4C4C4C. Windows color (decimal): -4841447 or 1646774. OLE color: 1646774.

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

Color convert

RGB 182 32 25 -
CMYK 0 0.82 0.86 0.29
HSL 2.68º 0.76% 0.41% -
HSV(B) 2.68º 0.86% 0.71% -
XYZ 19.98 11.05 2 -
YUV 76.05 99.2 203.57 -
System Red Green Blue C M Y K H S L
Decimal 182 32 25 0 0.82 0.86 0.29 2.68 0.76 0.41
Hex B6 20 19 0 52 56 1D 3 4C 29
Octal 266 40 31 0 122 126 35 3 114 51
Binary 10110110 100000 11001 0 1010010 1010110 11101 11 1001100 101001

Color Harmonies of #B62019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62019

Black with #B62019

Text Example


Text Example

White with #B62019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62019; }

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

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

background-color css

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

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

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

border-color css

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

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

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