Html Css Color HEX #B61410 Fire Brick

📋 copy color: '#B61410'

red 182 ◦ green 20 ◦ blue 16

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

Shades of Fire Brick #B61410

Tints of Fire Brick #B61410

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.17%

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

R = 83.49%
G = 9.17%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B61410 (or 0xB61410) is known color: Fire Brick. HEX triplet: B6, 14 and 10. RGB value is (182,20,16). Sum of RGB (Red+Green+Blue) = 182+20+16=218 (28% of max value = 765). Red value is 182 (71.48% from 255 or 83.49% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 182 - color contains mainly: red. Hex color #B61410 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61410 is #49EBEF. Grayscale: #444444. Windows color (decimal): -4844528 or 1053878. OLE color: 1053878.

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

Color convert

RGB 182 20 16 -
CMYK 0 0.89 0.91 0.29
HSL 1.45º 0.84% 0.39% -
HSV(B) 1.45º 0.91% 0.71% -
XYZ 19.64 10.48 1.48 -
YUV 67.98 98.67 209.33 -
System Red Green Blue C M Y K H S L
Decimal 182 20 16 0 0.89 0.91 0.29 1.45 0.84 0.39
Hex B6 14 10 0 59 5B 1D 1 54 27
Octal 266 24 20 0 131 133 35 1 124 47
Binary 10110110 10100 10000 0 1011001 1011011 11101 1 1010100 100111

Color Harmonies of #B61410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61410

Black with #B61410

Text Example


Text Example

White with #B61410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61410; }

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

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

background-color css

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

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

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

border-color css

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

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

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