Html Css Color HEX #B61810 Fire Brick

📋 copy color: '#B61810'

red 182 ◦ green 24 ◦ blue 16

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

Shades of Fire Brick #B61810

Tints of Fire Brick #B61810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.21%

R = 81.98%
G = 10.81%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B61810 (or 0xB61810) is known color: Fire Brick. HEX triplet: B6, 18 and 10. RGB value is (182,24,16). Sum of RGB (Red+Green+Blue) = 182+24+16=222 (29% of max value = 765). Red value is 182 (71.48% from 255 or 81.98% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 182 - color contains mainly: red. Hex color #B61810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61810 is #49E7EF. Grayscale: #464646. Windows color (decimal): -4843504 or 1054902. OLE color: 1054902.

HSL color Cylindrical-coordinate representation of color #B61810: hue angle of 2.89º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B61810 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 24 16 -
CMYK 0 0.87 0.91 0.29
HSL 2.89º 0.84% 0.39% -
HSV(B) 2.89º 0.91% 0.71% -
XYZ 19.71 10.64 1.5 -
YUV 70.33 97.35 207.65 -
System Red Green Blue C M Y K H S L
Decimal 182 24 16 0 0.87 0.91 0.29 2.89 0.84 0.39
Hex B6 18 10 0 57 5B 1D 3 54 27
Octal 266 30 20 0 127 133 35 3 124 47
Binary 10110110 11000 10000 0 1010111 1011011 11101 11 1010100 100111

Color Harmonies of #B61810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61810

Black with #B61810

Text Example


Text Example

White with #B61810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61810; }

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

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

background-color css

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

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

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

border-color css

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

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

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