Html Css Color HEX #B9413A Medium Carmine

📋 copy color: '#B9413A'

red 185 ◦ green 65 ◦ blue 58

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

Shades of Medium Carmine #B9413A

Tints of Medium Carmine #B9413A

RGB

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

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

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

R = 60.06%
G = 21.1%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9413A (or 0xB9413A) is known color: Medium Carmine. HEX triplet: B9, 41 and 3A. RGB value is (185,65,58). Sum of RGB (Red+Green+Blue) = 185+65+58=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B9413A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9413A is #46BEC5. Grayscale: #646464. Windows color (decimal): -4636358 or 3817913. OLE color: 3817913.

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

Color convert

RGB 185 65 58 -
CMYK 0 0.65 0.69 0.27
HSL 3.31º 0.52% 0.48% -
HSV(B) 3.31º 0.69% 0.73% -
XYZ 22.66 14.4 5.59 -
YUV 100.08 104.26 188.57 -
System Red Green Blue C M Y K H S L
Decimal 185 65 58 0 0.65 0.69 0.27 3.31 0.52 0.48
Hex B9 41 3A 0 41 45 1B 3 34 30
Octal 271 101 72 0 101 105 33 3 64 60
Binary 10111001 1000001 111010 0 1000001 1000101 11011 11 110100 110000

Color Harmonies of #B9413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9413A

Black with #B9413A

Text Example


Text Example

White with #B9413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9413A; }

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

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

background-color css

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

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

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

border-color css

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

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

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