Html Css Color HEX #B93240 Brick Red

📋 copy color: '#B93240'

red 185 ◦ green 50 ◦ blue 64

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

Shades of Brick Red #B93240

Tints of Brick Red #B93240

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.72%

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

R = 61.87%
G = 16.72%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B93240 (or 0xB93240) is known color: Brick Red. HEX triplet: B9, 32 and 40. RGB value is (185,50,64). Sum of RGB (Red+Green+Blue) = 185+50+64=299 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.87% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 185 - color contains mainly: red. Hex color #B93240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93240 is #46CDBF. Grayscale: #5C5C5C. Windows color (decimal): -4640192 or 4207289. OLE color: 4207289.

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

Color convert

RGB 185 50 64 -
CMYK 0 0.73 0.65 0.27
HSL 353.78º 0.57% 0.46% -
HSV(B) 353.78º 0.73% 0.73% -
XYZ 22.07 12.97 6.19 -
YUV 91.96 112.23 194.36 -
System Red Green Blue C M Y K H S L
Decimal 185 50 64 0 0.73 0.65 0.27 353.78 0.57 0.46
Hex B9 32 40 0 49 41 1B 162 39 2E
Octal 271 62 100 0 111 101 33 542 71 56
Binary 10111001 110010 1000000 0 1001001 1000001 11011 101100010 111001 101110

Color Harmonies of #B93240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93240

Black with #B93240

Text Example


Text Example

White with #B93240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93240; }

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

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

background-color css

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

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

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

border-color css

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

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

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