Html Css Color HEX #B92940 Brick Red

📋 copy color: '#B92940'

red 185 ◦ green 41 ◦ blue 64

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

Shades of Brick Red #B92940

Tints of Brick Red #B92940

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.14%

 BLUE value IS 64 (25.39% from 255) = 22.07%

R = 63.79%
G = 14.14%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B92940 (or 0xB92940) is known color: Brick Red. HEX triplet: B9, 29 and 40. RGB value is (185,41,64). Sum of RGB (Red+Green+Blue) = 185+41+64=290 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.79% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 185 - color contains mainly: red. Hex color #B92940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92940 is #46D6BF. Grayscale: #565656. Windows color (decimal): -4642496 or 4204985. OLE color: 4204985.

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

Color convert

RGB 185 41 64 -
CMYK 0 0.78 0.65 0.27
HSL 350.42º 0.64% 0.44% -
HSV(B) 350.42º 0.78% 0.73% -
XYZ 21.73 12.27 6.07 -
YUV 86.68 115.21 198.13 -
System Red Green Blue C M Y K H S L
Decimal 185 41 64 0 0.78 0.65 0.27 350.42 0.64 0.44
Hex B9 29 40 0 4E 41 1B 15E 40 2C
Octal 271 51 100 0 116 101 33 536 100 54
Binary 10111001 101001 1000000 0 1001110 1000001 11011 101011110 1000000 101100

Color Harmonies of #B92940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92940

Black with #B92940

Text Example


Text Example

White with #B92940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92940; }

 p { color: rgb(185,41,64); }

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

background-color css

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

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

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

border-color css

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

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

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