Html Css Color HEX #B93E3A Medium Carmine

📋 copy color: '#B93E3A'

red 185 ◦ green 62 ◦ blue 58

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

Shades of Medium Carmine #B93E3A

Tints of Medium Carmine #B93E3A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.33%

 BLUE value IS 58 (23.05% from 255) = 19.02%

R = 60.66%
G = 20.33%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B93E3A (or 0xB93E3A) is known color: Medium Carmine. HEX triplet: B9, 3E and 3A. RGB value is (185,62,58). Sum of RGB (Red+Green+Blue) = 185+62+58=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93E3A is #46C1C5. Grayscale: #626262. Windows color (decimal): -4637126 or 3817145. OLE color: 3817145.

HSL color Cylindrical-coordinate representation of color #B93E3A: hue angle of 1.89º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B93E3A is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 62 58 -
CMYK 0 0.66 0.69 0.27
HSL 1.89º 0.52% 0.48% -
HSV(B) 1.89º 0.69% 0.73% -
XYZ 22.49 14.07 5.53 -
YUV 98.32 105.25 189.83 -
System Red Green Blue C M Y K H S L
Decimal 185 62 58 0 0.66 0.69 0.27 1.89 0.52 0.48
Hex B9 3E 3A 0 42 45 1B 2 34 30
Octal 271 76 72 0 102 105 33 2 64 60
Binary 10111001 111110 111010 0 1000010 1000101 11011 10 110100 110000

Color Harmonies of #B93E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93E3A

Black with #B93E3A

Text Example


Text Example

White with #B93E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93E3A; }

 p { color: rgb(185,62,58); }

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

background-color css

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

 a { background-color: rgb(185,62,58); }

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

border-color css

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

 span { border-color: rgb(185,62,58); }

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