Html Css Color HEX #B62313 Fire Brick

📋 copy color: '#B62313'

red 182 ◦ green 35 ◦ blue 19

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

Shades of Fire Brick #B62313

Tints of Fire Brick #B62313

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.83%

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

R = 77.12%
G = 14.83%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B62313 (or 0xB62313) is known color: Fire Brick. HEX triplet: B6, 23 and 13. RGB value is (182,35,19). Sum of RGB (Red+Green+Blue) = 182+35+19=236 (31% of max value = 765). Red value is 182 (71.48% from 255 or 77.12% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 182 - color contains mainly: red. Hex color #B62313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62313 is #49DCEC. Grayscale: #4D4D4D. Windows color (decimal): -4840685 or 1254326. OLE color: 1254326.

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

Color convert

RGB 182 35 19 -
CMYK 0 0.81 0.90 0.29
HSL 5.89º 0.81% 0.39% -
HSV(B) 5.89º 0.9% 0.71% -
XYZ 20.01 11.19 1.72 -
YUV 77.13 95.2 202.8 -
System Red Green Blue C M Y K H S L
Decimal 182 35 19 0 0.81 0.90 0.29 5.89 0.81 0.39
Hex B6 23 13 0 51 5A 1D 6 51 27
Octal 266 43 23 0 121 132 35 6 121 47
Binary 10110110 100011 10011 0 1010001 1011010 11101 110 1010001 100111

Color Harmonies of #B62313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62313

Black with #B62313

Text Example


Text Example

White with #B62313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62313; }

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

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

background-color css

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

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

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

border-color css

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

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

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