Html Css Color HEX #B93533 Medium Carmine

📋 copy color: '#B93533'

red 185 ◦ green 53 ◦ blue 51

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

Shades of Medium Carmine #B93533

Tints of Medium Carmine #B93533

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.34%

 BLUE value IS 51 (20.31% from 255) = 17.65%

R = 64.01%
G = 18.34%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B93533 (or 0xB93533) is known color: Medium Carmine. HEX triplet: B9, 35 and 33. RGB value is (185,53,51). Sum of RGB (Red+Green+Blue) = 185+53+51=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B93533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93533 is #46CACC. Grayscale: #5C5C5C. Windows color (decimal): -4639437 or 3356089. OLE color: 3356089.

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

Color convert

RGB 185 53 51 -
CMYK 0 0.71 0.72 0.27
HSL 0.9º 0.57% 0.46% -
HSV(B) 0.9º 0.72% 0.73% -
XYZ 21.88 13.1 4.51 -
YUV 92.24 104.73 194.16 -
System Red Green Blue C M Y K H S L
Decimal 185 53 51 0 0.71 0.72 0.27 0.9 0.57 0.46
Hex B9 35 33 0 47 48 1B 1 39 2E
Octal 271 65 63 0 107 110 33 1 71 56
Binary 10111001 110101 110011 0 1000111 1001000 11011 1 111001 101110

Color Harmonies of #B93533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93533

Black with #B93533

Text Example


Text Example

White with #B93533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93533; }

 p { color: rgb(185,53,51); }

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

background-color css

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

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

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

border-color css

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

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

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