Html Css Color HEX #B5423A Medium Carmine

📋 copy color: '#B5423A'

red 181 ◦ green 66 ◦ blue 58

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

Shades of Medium Carmine #B5423A

Tints of Medium Carmine #B5423A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.64%

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

R = 59.34%
G = 21.64%
B = 19.02%

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

#B5423A (or 0xB5423A) is known color: Medium Carmine. HEX triplet: B5, 42 and 3A. RGB value is (181,66,58). Sum of RGB (Red+Green+Blue) = 181+66+58=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B5423A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5423A is #4ABDC5. Grayscale: #636363. Windows color (decimal): -4898246 or 3818165. OLE color: 3818165.

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

Color convert

RGB 181 66 58 -
CMYK 0 0.64 0.68 0.29
HSL 3.9º 0.51% 0.47% -
HSV(B) 3.9º 0.68% 0.71% -
XYZ 21.77 14.03 5.56 -
YUV 99.47 104.6 186.15 -
System Red Green Blue C M Y K H S L
Decimal 181 66 58 0 0.64 0.68 0.29 3.9 0.51 0.47
Hex B5 42 3A 0 40 44 1D 4 33 2F
Octal 265 102 72 0 100 104 35 4 63 57
Binary 10110101 1000010 111010 0 1000000 1000100 11101 100 110011 101111

Color Harmonies of #B5423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5423A

Black with #B5423A

Text Example


Text Example

White with #B5423A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5423A; }

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

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

background-color css

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

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

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

border-color css

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

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

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