Html Css Color HEX #B5403C Medium Carmine

📋 copy color: '#B5403C'

red 181 ◦ green 64 ◦ blue 60

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

Shades of Medium Carmine #B5403C

Tints of Medium Carmine #B5403C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.67%

R = 59.34%
G = 20.98%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B5403C (or 0xB5403C) is known color: Medium Carmine. HEX triplet: B5, 40 and 3C. RGB value is (181,64,60). Sum of RGB (Red+Green+Blue) = 181+64+60=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B5403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5403C is #4ABFC3. Grayscale: #626262. Windows color (decimal): -4898756 or 3948725. OLE color: 3948725.

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

Color convert

RGB 181 64 60 -
CMYK 0 0.65 0.67 0.29
HSL 1.98º 0.5% 0.47% -
HSV(B) 1.98º 0.67% 0.71% -
XYZ 21.71 13.82 5.8 -
YUV 98.53 106.26 186.83 -
System Red Green Blue C M Y K H S L
Decimal 181 64 60 0 0.65 0.67 0.29 1.98 0.5 0.47
Hex B5 40 3C 0 41 43 1D 2 32 2F
Octal 265 100 74 0 101 103 35 2 62 57
Binary 10110101 1000000 111100 0 1000001 1000011 11101 10 110010 101111

Color Harmonies of #B5403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5403C

Black with #B5403C

Text Example


Text Example

White with #B5403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5403C; }

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

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

background-color css

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

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

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

border-color css

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

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

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