Html Css Color HEX #B61813 Fire Brick

📋 copy color: '#B61813'

red 182 ◦ green 24 ◦ blue 19

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

Shades of Fire Brick #B61813

Tints of Fire Brick #B61813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.67%

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

R = 80.89%
G = 10.67%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B61813 (or 0xB61813) is known color: Fire Brick. HEX triplet: B6, 18 and 13. RGB value is (182,24,19). Sum of RGB (Red+Green+Blue) = 182+24+19=225 (29% of max value = 765). Red value is 182 (71.48% from 255 or 80.89% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 182 - color contains mainly: red. Hex color #B61813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61813 is #49E7EC. Grayscale: #464646. Windows color (decimal): -4843501 or 1251510. OLE color: 1251510.

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

Color convert

RGB 182 24 19 -
CMYK 0 0.87 0.90 0.29
HSL 1.84º 0.81% 0.39% -
HSV(B) 1.84º 0.9% 0.71% -
XYZ 19.74 10.65 1.63 -
YUV 70.67 98.85 207.41 -
System Red Green Blue C M Y K H S L
Decimal 182 24 19 0 0.87 0.90 0.29 1.84 0.81 0.39
Hex B6 18 13 0 57 5A 1D 2 51 27
Octal 266 30 23 0 127 132 35 2 121 47
Binary 10110110 11000 10011 0 1010111 1011010 11101 10 1010001 100111

Color Harmonies of #B61813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61813

Black with #B61813

Text Example


Text Example

White with #B61813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61813; }

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

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

background-color css

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

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

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

border-color css

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

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

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