Html Css Color HEX #B61310 Fire Brick

📋 copy color: '#B61310'

red 182 ◦ green 19 ◦ blue 16

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

Shades of Fire Brick #B61310

Tints of Fire Brick #B61310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.76%

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

R = 83.87%
G = 8.76%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B61310 (or 0xB61310) is known color: Fire Brick. HEX triplet: B6, 13 and 10. RGB value is (182,19,16). Sum of RGB (Red+Green+Blue) = 182+19+16=217 (28% of max value = 765). Red value is 182 (71.48% from 255 or 83.87% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 16 (6.64% from 255 or 7.37% from 217); Max value from RGB is 182 - color contains mainly: red. Hex color #B61310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61310 is #49ECEF. Grayscale: #434343. Windows color (decimal): -4844784 or 1053622. OLE color: 1053622.

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

Color convert

RGB 182 19 16 -
CMYK 0 0.90 0.91 0.29
HSL 1.08º 0.84% 0.39% -
HSV(B) 1.08º 0.91% 0.71% -
XYZ 19.62 10.45 1.47 -
YUV 67.4 99 209.74 -
System Red Green Blue C M Y K H S L
Decimal 182 19 16 0 0.90 0.91 0.29 1.08 0.84 0.39
Hex B6 13 10 0 5A 5B 1D 1 54 27
Octal 266 23 20 0 132 133 35 1 124 47
Binary 10110110 10011 10000 0 1011010 1011011 11101 1 1010100 100111

Color Harmonies of #B61310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61310

Black with #B61310

Text Example


Text Example

White with #B61310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61310; }

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

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

background-color css

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

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

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

border-color css

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

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

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