Html Css Color HEX #B5403A Medium Carmine

📋 copy color: '#B5403A'

red 181 ◦ green 64 ◦ blue 58

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

Shades of Medium Carmine #B5403A

Tints of Medium Carmine #B5403A

RGB

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

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

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

R = 59.74%
G = 21.12%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B5403A (or 0xB5403A) is known color: Medium Carmine. HEX triplet: B5, 40 and 3A. RGB value is (181,64,58). Sum of RGB (Red+Green+Blue) = 181+64+58=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B5403A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5403A is #4ABFC5. Grayscale: #626262. Windows color (decimal): -4898758 or 3817653. OLE color: 3817653.

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

Color convert

RGB 181 64 58 -
CMYK 0 0.65 0.68 0.29
HSL 2.93º 0.51% 0.47% -
HSV(B) 2.93º 0.68% 0.71% -
XYZ 21.65 13.8 5.52 -
YUV 98.3 105.26 186.99 -
System Red Green Blue C M Y K H S L
Decimal 181 64 58 0 0.65 0.68 0.29 2.93 0.51 0.47
Hex B5 40 3A 0 41 44 1D 3 33 2F
Octal 265 100 72 0 101 104 35 3 63 57
Binary 10110101 1000000 111010 0 1000001 1000100 11101 11 110011 101111

Color Harmonies of #B5403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5403A

Black with #B5403A

Text Example


Text Example

White with #B5403A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5403A; }

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

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

background-color css

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

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

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

border-color css

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

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

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