Html Css Color HEX #B93C2A Medium Carmine

📋 copy color: '#B93C2A'

red 185 ◦ green 60 ◦ blue 42

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

Shades of Medium Carmine #B93C2A

Tints of Medium Carmine #B93C2A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.91%

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

R = 64.46%
G = 20.91%
B = 14.63%

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

#B93C2A (or 0xB93C2A) is known color: Medium Carmine. HEX triplet: B9, 3C and 2A. RGB value is (185,60,42). Sum of RGB (Red+Green+Blue) = 185+60+42=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93C2A is #46C3D5. Grayscale: #5F5F5F. Windows color (decimal): -4637654 or 2768057. OLE color: 2768057.

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

Color convert

RGB 185 60 42 -
CMYK 0 0.68 0.77 0.27
HSL 7.55º 0.63% 0.45% -
HSV(B) 7.55º 0.77% 0.73% -
XYZ 22.04 13.71 3.68 -
YUV 95.32 97.91 191.96 -
System Red Green Blue C M Y K H S L
Decimal 185 60 42 0 0.68 0.77 0.27 7.55 0.63 0.45
Hex B9 3C 2A 0 44 4D 1B 8 3F 2D
Octal 271 74 52 0 104 115 33 10 77 55
Binary 10111001 111100 101010 0 1000100 1001101 11011 1000 111111 101101

Color Harmonies of #B93C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C2A

Black with #B93C2A

Text Example


Text Example

White with #B93C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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