Html Css Color HEX #B92727 Fire Brick

📋 copy color: '#B92727'

red 185 ◦ green 39 ◦ blue 39

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

Shades of Fire Brick #B92727

Tints of Fire Brick #B92727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.83%

R = 70.34%
G = 14.83%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B92727 (or 0xB92727) is known color: Fire Brick. HEX triplet: B9, 27 and 27. RGB value is (185,39,39). Sum of RGB (Red+Green+Blue) = 185+39+39=263 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.34% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 185 - color contains mainly: red. Hex color #B92727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92727 is #46D8D8. Grayscale: #525252. Windows color (decimal): -4643033 or 2566073. OLE color: 2566073.

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

Color convert

RGB 185 39 39 -
CMYK 0 0.79 0.79 0.27
HSL 0.65% 0.44% -
HSV(B) 0.79% 0.73% -
XYZ 21.1 11.91 3.11 -
YUV 82.65 103.37 201 -
System Red Green Blue C M Y K H S L
Decimal 185 39 39 0 0.79 0.79 0.27 0 0.65 0.44
Hex B9 27 27 0 4F 4F 1B 0 41 2C
Octal 271 47 47 0 117 117 33 0 101 54
Binary 10111001 100111 100111 0 1001111 1001111 11011 0 1000001 101100

Color Harmonies of #B92727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92727

Black with #B92727

Text Example


Text Example

White with #B92727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92727; }

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

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

background-color css

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

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

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

border-color css

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

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

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