Html Css Color HEX #B93D24 Medium Carmine

📋 copy color: '#B93D24'

red 185 ◦ green 61 ◦ blue 36

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

Shades of Medium Carmine #B93D24

Tints of Medium Carmine #B93D24

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.63%

 BLUE value IS 36 (14.45% from 255) = 12.77%

R = 65.6%
G = 21.63%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B93D24 (or 0xB93D24) is known color: Medium Carmine. HEX triplet: B9, 3D and 24. RGB value is (185,61,36). Sum of RGB (Red+Green+Blue) = 185+61+36=282 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.60% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93D24 is #46C2DB. Grayscale: #5F5F5F. Windows color (decimal): -4637404 or 2375097. OLE color: 2375097.

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

Color convert

RGB 185 61 36 -
CMYK 0 0.67 0.81 0.27
HSL 10.07º 0.67% 0.43% -
HSV(B) 10.07º 0.81% 0.73% -
XYZ 21.99 13.78 3.17 -
YUV 95.23 94.58 192.03 -
System Red Green Blue C M Y K H S L
Decimal 185 61 36 0 0.67 0.81 0.27 10.07 0.67 0.43
Hex B9 3D 24 0 43 51 1B A 43 2B
Octal 271 75 44 0 103 121 33 12 103 53
Binary 10111001 111101 100100 0 1000011 1010001 11011 1010 1000011 101011

Color Harmonies of #B93D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93D24

Black with #B93D24

Text Example


Text Example

White with #B93D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93D24; }

 p { color: rgb(185,61,36); }

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

background-color css

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

 a { background-color: rgb(185,61,36); }

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

border-color css

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

 span { border-color: rgb(185,61,36); }

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