Html Css Color HEX #B93242 Brick Red

📋 copy color: '#B93242'

red 185 ◦ green 50 ◦ blue 66

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

Shades of Brick Red #B93242

Tints of Brick Red #B93242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.93%

R = 61.46%
G = 16.61%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B93242 (or 0xB93242) is known color: Brick Red. HEX triplet: B9, 32 and 42. RGB value is (185,50,66). Sum of RGB (Red+Green+Blue) = 185+50+66=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B93242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93242 is #46CDBD. Grayscale: #5C5C5C. Windows color (decimal): -4640190 or 4338361. OLE color: 4338361.

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

Color convert

RGB 185 50 66 -
CMYK 0 0.73 0.64 0.27
HSL 352.89º 0.57% 0.46% -
HSV(B) 352.89º 0.73% 0.73% -
XYZ 22.13 12.99 6.49 -
YUV 92.19 113.23 194.2 -
System Red Green Blue C M Y K H S L
Decimal 185 50 66 0 0.73 0.64 0.27 352.89 0.57 0.46
Hex B9 32 42 0 49 40 1B 161 39 2E
Octal 271 62 102 0 111 100 33 541 71 56
Binary 10111001 110010 1000010 0 1001001 1000000 11011 101100001 111001 101110

Color Harmonies of #B93242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93242

Black with #B93242

Text Example


Text Example

White with #B93242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93242; }

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

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

background-color css

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

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

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

border-color css

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

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

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