Html Css Color HEX #B61110 Fire Brick

📋 copy color: '#B61110'

red 182 ◦ green 17 ◦ blue 16

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

Shades of Fire Brick #B61110

Tints of Fire Brick #B61110

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.91%

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

R = 84.65%
G = 7.91%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B61110 (or 0xB61110) is known color: Fire Brick. HEX triplet: B6, 11 and 10. RGB value is (182,17,16). Sum of RGB (Red+Green+Blue) = 182+17+16=215 (28% of max value = 765). Red value is 182 (71.48% from 255 or 84.65% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 182 - color contains mainly: red. Hex color #B61110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61110 is #49EEEF. Grayscale: #424242. Windows color (decimal): -4845296 or 1053110. OLE color: 1053110.

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

Color convert

RGB 182 17 16 -
CMYK 0 0.91 0.91 0.29
HSL 0.36º 0.84% 0.39% -
HSV(B) 0.36º 0.91% 0.71% -
XYZ 19.59 10.38 1.46 -
YUV 66.22 99.66 210.58 -
System Red Green Blue C M Y K H S L
Decimal 182 17 16 0 0.91 0.91 0.29 0.36 0.84 0.39
Hex B6 11 10 0 5B 5B 1D 0 54 27
Octal 266 21 20 0 133 133 35 0 124 47
Binary 10110110 10001 10000 0 1011011 1011011 11101 0 1010100 100111

Color Harmonies of #B61110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61110

Black with #B61110

Text Example


Text Example

White with #B61110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61110; }

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

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

background-color css

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

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

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

border-color css

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

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

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