Html Css Color HEX #B92714 Fire Brick

📋 copy color: '#B92714'

red 185 ◦ green 39 ◦ blue 20

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

Shades of Fire Brick #B92714

Tints of Fire Brick #B92714

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.98%

 BLUE value IS 20 (8.2% from 255) = 8.2%

R = 75.82%
G = 15.98%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B92714 (or 0xB92714) is known color: Fire Brick. HEX triplet: B9, 27 and 14. RGB value is (185,39,20). Sum of RGB (Red+Green+Blue) = 185+39+20=244 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.82% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 185 - color contains mainly: red. Hex color #B92714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92714 is #46D8EB. Grayscale: #505050. Windows color (decimal): -4643052 or 1320889. OLE color: 1320889.

HSL color Cylindrical-coordinate representation of color #B92714: hue angle of 6.91º 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 #B92714 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 39 20 -
CMYK 0 0.79 0.89 0.27
HSL 6.91º 0.8% 0.4% -
HSV(B) 6.91º 0.89% 0.73% -
XYZ 20.86 11.82 1.84 -
YUV 80.49 93.87 202.54 -
System Red Green Blue C M Y K H S L
Decimal 185 39 20 0 0.79 0.89 0.27 6.91 0.8 0.4
Hex B9 27 14 0 4F 59 1B 7 50 28
Octal 271 47 24 0 117 131 33 7 120 50
Binary 10111001 100111 10100 0 1001111 1011001 11011 111 1010000 101000

Color Harmonies of #B92714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92714

Black with #B92714

Text Example


Text Example

White with #B92714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92714; }

 p { color: rgb(185,39,20); }

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

background-color css

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

 a { background-color: rgb(185,39,20); }

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

border-color css

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

 span { border-color: rgb(185,39,20); }

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