Html Css Color HEX #B93D3D Medium Carmine

📋 copy color: '#B93D3D'

red 185 ◦ green 61 ◦ blue 61

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

Shades of Medium Carmine #B93D3D

Tints of Medium Carmine #B93D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.87%

R = 60.26%
G = 19.87%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#B93D3D (or 0xB93D3D) is known color: Medium Carmine. HEX triplet: B9, 3D and 3D. RGB value is (185,61,61). Sum of RGB (Red+Green+Blue) = 185+61+61=307 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.26% from 307); Green value is 61 (24.22% from 255 or 19.87% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93D3D is #46C2C2. Grayscale: #626262. Windows color (decimal): -4637379 or 4013497. OLE color: 4013497.

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

Color convert

RGB 185 61 61 -
CMYK 0 0.67 0.67 0.27
HSL 0.5% 0.48% -
HSV(B) 0.67% 0.73% -
XYZ 22.52 13.99 5.93 -
YUV 98.08 107.08 190 -
System Red Green Blue C M Y K H S L
Decimal 185 61 61 0 0.67 0.67 0.27 0 0.5 0.48
Hex B9 3D 3D 0 43 43 1B 0 32 30
Octal 271 75 75 0 103 103 33 0 62 60
Binary 10111001 111101 111101 0 1000011 1000011 11011 0 110010 110000

Color Harmonies of #B93D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93D3D

Black with #B93D3D

Text Example


Text Example

White with #B93D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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