Html Css Color HEX #B61411 Fire Brick

📋 copy color: '#B61411'

red 182 ◦ green 20 ◦ blue 17

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

Shades of Fire Brick #B61411

Tints of Fire Brick #B61411

RGB

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

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

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

R = 83.11%
G = 9.13%
B = 7.76%

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

#B61411 (or 0xB61411) is known color: Fire Brick. HEX triplet: B6, 14 and 11. RGB value is (182,20,17). Sum of RGB (Red+Green+Blue) = 182+20+17=219 (29% of max value = 765). Red value is 182 (71.48% from 255 or 83.11% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 182 - color contains mainly: red. Hex color #B61411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61411 is #49EBEE. Grayscale: #444444. Windows color (decimal): -4844527 or 1119414. OLE color: 1119414.

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

Color convert

RGB 182 20 17 -
CMYK 0 0.89 0.91 0.29
HSL 1.09º 0.83% 0.39% -
HSV(B) 1.09º 0.91% 0.71% -
XYZ 19.64 10.49 1.52 -
YUV 68.1 99.17 209.24 -
System Red Green Blue C M Y K H S L
Decimal 182 20 17 0 0.89 0.91 0.29 1.09 0.83 0.39
Hex B6 14 11 0 59 5B 1D 1 53 27
Octal 266 24 21 0 131 133 35 1 123 47
Binary 10110110 10100 10001 0 1011001 1011011 11101 1 1010011 100111

Color Harmonies of #B61411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61411

Black with #B61411

Text Example


Text Example

White with #B61411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61411; }

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

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

background-color css

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

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

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

border-color css

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

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

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