Html Css Color HEX #B92015 Fire Brick

📋 copy color: '#B92015'

red 185 ◦ green 32 ◦ blue 21

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

Shades of Fire Brick #B92015

Tints of Fire Brick #B92015

RGB

 RED value IS 185 (72.66% from 255) = 77.73%

 GREEN value IS 32 (12.89% from 255) = 13.45%

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

R = 77.73%
G = 13.45%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B92015 (or 0xB92015) is known color: Fire Brick. HEX triplet: B9, 20 and 15. RGB value is (185,32,21). Sum of RGB (Red+Green+Blue) = 185+32+21=238 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.73% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 185 - color contains mainly: red. Hex color #B92015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92015 is #46DFEA. Grayscale: #4C4C4C. Windows color (decimal): -4644843 or 1384633. OLE color: 1384633.

HSL color Cylindrical-coordinate representation of color #B92015: hue angle of 4.02º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B92015 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 32 21 -
CMYK 0 0.83 0.89 0.27
HSL 4.02º 0.8% 0.4% -
HSV(B) 4.02º 0.89% 0.73% -
XYZ 20.66 11.4 1.82 -
YUV 76.49 96.69 205.39 -
System Red Green Blue C M Y K H S L
Decimal 185 32 21 0 0.83 0.89 0.27 4.02 0.8 0.4
Hex B9 20 15 0 53 59 1B 4 50 28
Octal 271 40 25 0 123 131 33 4 120 50
Binary 10111001 100000 10101 0 1010011 1011001 11011 100 1010000 101000

Color Harmonies of #B92015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92015

Black with #B92015

Text Example


Text Example

White with #B92015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92015; }

 p { color: rgb(185,32,21); }

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

background-color css

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

 a { background-color: rgb(185,32,21); }

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

border-color css

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

 span { border-color: rgb(185,32,21); }

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