Html Css Color HEX #B93B2A Medium Carmine

📋 copy color: '#B93B2A'

red 185 ◦ green 59 ◦ blue 42

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

Shades of Medium Carmine #B93B2A

Tints of Medium Carmine #B93B2A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.63%

 BLUE value IS 42 (16.8% from 255) = 14.69%

R = 64.69%
G = 20.63%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B93B2A (or 0xB93B2A) is known color: Medium Carmine. HEX triplet: B9, 3B and 2A. RGB value is (185,59,42). Sum of RGB (Red+Green+Blue) = 185+59+42=286 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.69% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93B2A is #46C4D5. Grayscale: #5E5E5E. Windows color (decimal): -4637910 or 2767801. OLE color: 2767801.

HSL color Cylindrical-coordinate representation of color #B93B2A: hue angle of 7.13º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B93B2A is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 59 42 -
CMYK 0 0.68 0.77 0.27
HSL 7.13º 0.63% 0.45% -
HSV(B) 7.13º 0.77% 0.73% -
XYZ 21.99 13.61 3.66 -
YUV 94.74 98.24 192.38 -
System Red Green Blue C M Y K H S L
Decimal 185 59 42 0 0.68 0.77 0.27 7.13 0.63 0.45
Hex B9 3B 2A 0 44 4D 1B 7 3F 2D
Octal 271 73 52 0 104 115 33 7 77 55
Binary 10111001 111011 101010 0 1000100 1001101 11011 111 111111 101101

Color Harmonies of #B93B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93B2A

Black with #B93B2A

Text Example


Text Example

White with #B93B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93B2A; }

 p { color: rgb(185,59,42); }

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

background-color css

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

 a { background-color: rgb(185,59,42); }

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

border-color css

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

 span { border-color: rgb(185,59,42); }

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