Html Css Color HEX #B61A0B Fire Brick

📋 copy color: '#B61A0B'

red 182 ◦ green 26 ◦ blue 11

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

Shades of Fire Brick #B61A0B

Tints of Fire Brick #B61A0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.02%

R = 83.11%
G = 11.87%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B61A0B (or 0xB61A0B) is known color: Fire Brick. HEX triplet: B6, 1A and 0B. RGB value is (182,26,11). Sum of RGB (Red+Green+Blue) = 182+26+11=219 (29% of max value = 765). Red value is 182 (71.48% from 255 or 83.11% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 182 - color contains mainly: red. Hex color #B61A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B61A0B is #49E5F4. Grayscale: #474747. Windows color (decimal): -4842997 or 727734. OLE color: 727734.

HSL color Cylindrical-coordinate representation of color #B61A0B: hue angle of 5.26º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B61A0B is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 26 11 -
CMYK 0 0.86 0.94 0.29
HSL 5.26º 0.89% 0.38% -
HSV(B) 5.26º 0.94% 0.71% -
XYZ 19.72 10.71 1.34 -
YUV 70.93 94.18 207.22 -
System Red Green Blue C M Y K H S L
Decimal 182 26 11 0 0.86 0.94 0.29 5.26 0.89 0.38
Hex B6 1A B 0 56 5E 1D 5 59 26
Octal 266 32 13 0 126 136 35 5 131 46
Binary 10110110 11010 1011 0 1010110 1011110 11101 101 1011001 100110

Color Harmonies of #B61A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61A0B

Black with #B61A0B

Text Example


Text Example

White with #B61A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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