Html Css Color HEX #B61311 Fire Brick

📋 copy color: '#B61311'

red 182 ◦ green 19 ◦ blue 17

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

Shades of Fire Brick #B61311

Tints of Fire Brick #B61311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.8%

R = 83.49%
G = 8.72%
B = 7.8%

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

#B61311 (or 0xB61311) is known color: Fire Brick. HEX triplet: B6, 13 and 11. RGB value is (182,19,17). Sum of RGB (Red+Green+Blue) = 182+19+17=218 (28% of max value = 765). Red value is 182 (71.48% from 255 or 83.49% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 182 - color contains mainly: red. Hex color #B61311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61311 is #49ECEE. Grayscale: #434343. Windows color (decimal): -4844783 or 1119158. OLE color: 1119158.

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

Color convert

RGB 182 19 17 -
CMYK 0 0.90 0.91 0.29
HSL 0.73º 0.83% 0.39% -
HSV(B) 0.73º 0.91% 0.71% -
XYZ 19.63 10.45 1.51 -
YUV 67.51 99.5 209.66 -
System Red Green Blue C M Y K H S L
Decimal 182 19 17 0 0.90 0.91 0.29 0.73 0.83 0.39
Hex B6 13 11 0 5A 5B 1D 1 53 27
Octal 266 23 21 0 132 133 35 1 123 47
Binary 10110110 10011 10001 0 1011010 1011011 11101 1 1010011 100111

Color Harmonies of #B61311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61311

Black with #B61311

Text Example


Text Example

White with #B61311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61311; }

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

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

background-color css

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

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

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

border-color css

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

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

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