Html Css Color HEX #B61A11 Fire Brick

📋 copy color: '#B61A11'

red 182 ◦ green 26 ◦ blue 17

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

Shades of Fire Brick #B61A11

Tints of Fire Brick #B61A11

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.56%

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

R = 80.89%
G = 11.56%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B61A11 (or 0xB61A11) is known color: Fire Brick. HEX triplet: B6, 1A and 11. RGB value is (182,26,17). Sum of RGB (Red+Green+Blue) = 182+26+17=225 (29% of max value = 765). Red value is 182 (71.48% from 255 or 80.89% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 17 (7.03% from 255 or 7.56% from 225); Max value from RGB is 182 - color contains mainly: red. Hex color #B61A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B61A11 is #49E5EE. Grayscale: #474747. Windows color (decimal): -4842991 or 1120950. OLE color: 1120950.

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

Color convert

RGB 182 26 17 -
CMYK 0 0.86 0.91 0.29
HSL 3.27º 0.83% 0.39% -
HSV(B) 3.27º 0.91% 0.71% -
XYZ 19.76 10.72 1.56 -
YUV 71.62 97.18 206.73 -
System Red Green Blue C M Y K H S L
Decimal 182 26 17 0 0.86 0.91 0.29 3.27 0.83 0.39
Hex B6 1A 11 0 56 5B 1D 3 53 27
Octal 266 32 21 0 126 133 35 3 123 47
Binary 10110110 11010 10001 0 1010110 1011011 11101 11 1010011 100111

Color Harmonies of #B61A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61A11

Black with #B61A11

Text Example


Text Example

White with #B61A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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