Html Css Color HEX #B61915 Fire Brick

📋 copy color: '#B61915'

red 182 ◦ green 25 ◦ blue 21

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

Shades of Fire Brick #B61915

Tints of Fire Brick #B61915

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.96%

 BLUE value IS 21 (8.59% from 255) = 9.21%

R = 79.82%
G = 10.96%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B61915 (or 0xB61915) is known color: Fire Brick. HEX triplet: B6, 19 and 15. RGB value is (182,25,21). Sum of RGB (Red+Green+Blue) = 182+25+21=228 (30% of max value = 765). Red value is 182 (71.48% from 255 or 79.82% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 21 (8.59% from 255 or 9.21% from 228); Max value from RGB is 182 - color contains mainly: red. Hex color #B61915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61915 is #49E6EA. Grayscale: #474747. Windows color (decimal): -4843243 or 1382838. OLE color: 1382838.

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

Color convert

RGB 182 25 21 -
CMYK 0 0.86 0.88 0.29
HSL 1.49º 0.79% 0.4% -
HSV(B) 1.49º 0.88% 0.71% -
XYZ 19.77 10.69 1.73 -
YUV 71.49 99.51 206.83 -
System Red Green Blue C M Y K H S L
Decimal 182 25 21 0 0.86 0.88 0.29 1.49 0.79 0.4
Hex B6 19 15 0 56 58 1D 1 4F 28
Octal 266 31 25 0 126 130 35 1 117 50
Binary 10110110 11001 10101 0 1010110 1011000 11101 1 1001111 101000

Color Harmonies of #B61915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61915

Black with #B61915

Text Example


Text Example

White with #B61915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61915; }

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

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

background-color css

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

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

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

border-color css

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

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

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