Html Css Color HEX #B61513 Fire Brick

📋 copy color: '#B61513'

red 182 ◦ green 21 ◦ blue 19

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

Shades of Fire Brick #B61513

Tints of Fire Brick #B61513

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.46%

 BLUE value IS 19 (7.81% from 255) = 8.56%

R = 81.98%
G = 9.46%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B61513 (or 0xB61513) is known color: Fire Brick. HEX triplet: B6, 15 and 13. RGB value is (182,21,19). Sum of RGB (Red+Green+Blue) = 182+21+19=222 (29% of max value = 765). Red value is 182 (71.48% from 255 or 81.98% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 182 - color contains mainly: red. Hex color #B61513 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61513 is #49EAEC. Grayscale: #454545. Windows color (decimal): -4844269 or 1250742. OLE color: 1250742.

HSL color Cylindrical-coordinate representation of color #B61513: hue angle of 0.74º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B61513 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 21 19 -
CMYK 0 0.88 0.90 0.29
HSL 0.74º 0.81% 0.39% -
HSV(B) 0.74º 0.9% 0.71% -
XYZ 19.68 10.53 1.61 -
YUV 68.91 99.84 208.66 -
System Red Green Blue C M Y K H S L
Decimal 182 21 19 0 0.88 0.90 0.29 0.74 0.81 0.39
Hex B6 15 13 0 58 5A 1D 1 51 27
Octal 266 25 23 0 130 132 35 1 121 47
Binary 10110110 10101 10011 0 1011000 1011010 11101 1 1010001 100111

Color Harmonies of #B61513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61513

Black with #B61513

Text Example


Text Example

White with #B61513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61513; }

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

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

background-color css

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

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

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

border-color css

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

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

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