Html Css Color HEX #B5413A Medium Carmine

📋 copy color: '#B5413A'

red 181 ◦ green 65 ◦ blue 58

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

Shades of Medium Carmine #B5413A

Tints of Medium Carmine #B5413A

RGB

 RED value IS 181 (71.09% from 255) = 59.54%

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

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

R = 59.54%
G = 21.38%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B5413A (or 0xB5413A) is known color: Medium Carmine. HEX triplet: B5, 41 and 3A. RGB value is (181,65,58). Sum of RGB (Red+Green+Blue) = 181+65+58=304 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.54% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 181 - color contains mainly: red. Hex color #B5413A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5413A is #4ABEC5. Grayscale: #636363. Windows color (decimal): -4898502 or 3817909. OLE color: 3817909.

HSL color Cylindrical-coordinate representation of color #B5413A: hue angle of 3.41º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5413A is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 65 58 -
CMYK 0 0.64 0.68 0.29
HSL 3.41º 0.51% 0.47% -
HSV(B) 3.41º 0.68% 0.71% -
XYZ 21.71 13.91 5.54 -
YUV 98.89 104.93 186.57 -
System Red Green Blue C M Y K H S L
Decimal 181 65 58 0 0.64 0.68 0.29 3.41 0.51 0.47
Hex B5 41 3A 0 40 44 1D 3 33 2F
Octal 265 101 72 0 100 104 35 3 63 57
Binary 10110101 1000001 111010 0 1000000 1000100 11101 11 110011 101111

Color Harmonies of #B5413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5413A

Black with #B5413A

Text Example


Text Example

White with #B5413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5413A; }

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

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

background-color css

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

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

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

border-color css

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

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

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