Html Css Color HEX #B62013 Fire Brick

📋 copy color: '#B62013'

red 182 ◦ green 32 ◦ blue 19

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

Shades of Fire Brick #B62013

Tints of Fire Brick #B62013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.15%

R = 78.11%
G = 13.73%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B62013 (or 0xB62013) is known color: Fire Brick. HEX triplet: B6, 20 and 13. RGB value is (182,32,19). Sum of RGB (Red+Green+Blue) = 182+32+19=233 (30% of max value = 765). Red value is 182 (71.48% from 255 or 78.11% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 182 - color contains mainly: red. Hex color #B62013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62013 is #49DFEC. Grayscale: #4B4B4B. Windows color (decimal): -4841453 or 1253558. OLE color: 1253558.

HSL color Cylindrical-coordinate representation of color #B62013: hue angle of 4.79º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B62013 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 32 19 -
CMYK 0 0.82 0.90 0.29
HSL 4.79º 0.81% 0.39% -
HSV(B) 4.79º 0.9% 0.71% -
XYZ 19.93 11.03 1.69 -
YUV 75.37 96.2 204.06 -
System Red Green Blue C M Y K H S L
Decimal 182 32 19 0 0.82 0.90 0.29 4.79 0.81 0.39
Hex B6 20 13 0 52 5A 1D 5 51 27
Octal 266 40 23 0 122 132 35 5 121 47
Binary 10110110 100000 10011 0 1010010 1011010 11101 101 1010001 100111

Color Harmonies of #B62013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62013

Black with #B62013

Text Example


Text Example

White with #B62013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62013; }

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

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

background-color css

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

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

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

border-color css

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

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

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