Html Css Color HEX #B5403D Medium Carmine

📋 copy color: '#B5403D'

red 181 ◦ green 64 ◦ blue 61

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

Shades of Medium Carmine #B5403D

Tints of Medium Carmine #B5403D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.92%

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

R = 59.15%
G = 20.92%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5403D (or 0xB5403D) is known color: Medium Carmine. HEX triplet: B5, 40 and 3D. RGB value is (181,64,61). Sum of RGB (Red+Green+Blue) = 181+64+61=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B5403D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5403D is #4ABFC2. Grayscale: #626262. Windows color (decimal): -4898755 or 4014261. OLE color: 4014261.

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

Color convert

RGB 181 64 61 -
CMYK 0 0.65 0.66 0.29
HSL 1.5º 0.5% 0.47% -
HSV(B) 1.5º 0.66% 0.71% -
XYZ 21.73 13.83 5.94 -
YUV 98.64 106.76 186.74 -
System Red Green Blue C M Y K H S L
Decimal 181 64 61 0 0.65 0.66 0.29 1.5 0.5 0.47
Hex B5 40 3D 0 41 42 1D 2 32 2F
Octal 265 100 75 0 101 102 35 2 62 57
Binary 10110101 1000000 111101 0 1000001 1000010 11101 10 110010 101111

Color Harmonies of #B5403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5403D

Black with #B5403D

Text Example


Text Example

White with #B5403D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5403D; }

 p { color: rgb(181,64,61); }

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

background-color css

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

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

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

border-color css

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

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

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