Html Css Color HEX #B62113 Fire Brick

📋 copy color: '#B62113'

red 182 ◦ green 33 ◦ blue 19

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

Shades of Fire Brick #B62113

Tints of Fire Brick #B62113

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.1%

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

R = 77.78%
G = 14.1%
B = 8.12%

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

#B62113 (or 0xB62113) is known color: Fire Brick. HEX triplet: B6, 21 and 13. RGB value is (182,33,19). Sum of RGB (Red+Green+Blue) = 182+33+19=234 (30% of max value = 765). Red value is 182 (71.48% from 255 or 77.78% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 182 - color contains mainly: red. Hex color #B62113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62113 is #49DEEC. Grayscale: #4C4C4C. Windows color (decimal): -4841197 or 1253814. OLE color: 1253814.

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

Color convert

RGB 182 33 19 -
CMYK 0 0.82 0.90 0.29
HSL 5.15º 0.81% 0.39% -
HSV(B) 5.15º 0.9% 0.71% -
XYZ 19.95 11.08 1.7 -
YUV 75.96 95.86 203.64 -
System Red Green Blue C M Y K H S L
Decimal 182 33 19 0 0.82 0.90 0.29 5.15 0.81 0.39
Hex B6 21 13 0 52 5A 1D 5 51 27
Octal 266 41 23 0 122 132 35 5 121 47
Binary 10110110 100001 10011 0 1010010 1011010 11101 101 1010001 100111

Color Harmonies of #B62113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62113

Black with #B62113

Text Example


Text Example

White with #B62113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62113; }

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

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

background-color css

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

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

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

border-color css

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

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

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