Html Css Color HEX #B93527 Medium Carmine

📋 copy color: '#B93527'

red 185 ◦ green 53 ◦ blue 39

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

Shades of Medium Carmine #B93527

Tints of Medium Carmine #B93527

RGB

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

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

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

R = 66.79%
G = 19.13%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B93527 (or 0xB93527) is known color: Medium Carmine. HEX triplet: B9, 35 and 27. RGB value is (185,53,39). Sum of RGB (Red+Green+Blue) = 185+53+39=277 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.79% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 39 (15.62% from 255 or 14.08% from 277); Max value from RGB is 185 - color contains mainly: red. Hex color #B93527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93527 is #46CAD8. Grayscale: #5B5B5B. Windows color (decimal): -4639449 or 2569657. OLE color: 2569657.

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

Color convert

RGB 185 53 39 -
CMYK 0 0.71 0.79 0.27
HSL 5.75º 0.65% 0.44% -
HSV(B) 5.75º 0.79% 0.73% -
XYZ 21.65 13.01 3.29 -
YUV 90.87 98.73 195.14 -
System Red Green Blue C M Y K H S L
Decimal 185 53 39 0 0.71 0.79 0.27 5.75 0.65 0.44
Hex B9 35 27 0 47 4F 1B 6 41 2C
Octal 271 65 47 0 107 117 33 6 101 54
Binary 10111001 110101 100111 0 1000111 1001111 11011 110 1000001 101100

Color Harmonies of #B93527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93527

Black with #B93527

Text Example


Text Example

White with #B93527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93527; }

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

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

background-color css

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

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

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

border-color css

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

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

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