Html Css Color HEX #B9413D Medium Carmine

📋 copy color: '#B9413D'

red 185 ◦ green 65 ◦ blue 61

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

Shades of Medium Carmine #B9413D

Tints of Medium Carmine #B9413D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.9%

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

R = 59.49%
G = 20.9%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#B9413D (or 0xB9413D) is known color: Medium Carmine. HEX triplet: B9, 41 and 3D. RGB value is (185,65,61). Sum of RGB (Red+Green+Blue) = 185+65+61=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B9413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9413D is #46BEC2. Grayscale: #646464. Windows color (decimal): -4636355 or 4014521. OLE color: 4014521.

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

Color convert

RGB 185 65 61 -
CMYK 0 0.65 0.67 0.27
HSL 1.94º 0.5% 0.48% -
HSV(B) 1.94º 0.67% 0.73% -
XYZ 22.74 14.43 6 -
YUV 100.42 105.76 188.33 -
System Red Green Blue C M Y K H S L
Decimal 185 65 61 0 0.65 0.67 0.27 1.94 0.5 0.48
Hex B9 41 3D 0 41 43 1B 2 32 30
Octal 271 101 75 0 101 103 33 2 62 60
Binary 10111001 1000001 111101 0 1000001 1000011 11011 10 110010 110000

Color Harmonies of #B9413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9413D

Black with #B9413D

Text Example


Text Example

White with #B9413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9413D; }

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

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

background-color css

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

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

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

border-color css

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

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

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