Html Css Color HEX #B5423E Medium Carmine

📋 copy color: '#B5423E'

red 181 ◦ green 66 ◦ blue 62

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

Shades of Medium Carmine #B5423E

Tints of Medium Carmine #B5423E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.06%

R = 58.58%
G = 21.36%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5423E (or 0xB5423E) is known color: Medium Carmine. HEX triplet: B5, 42 and 3E. RGB value is (181,66,62). Sum of RGB (Red+Green+Blue) = 181+66+62=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B5423E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5423E is #4ABDC1. Grayscale: #646464. Windows color (decimal): -4898242 or 4080309. OLE color: 4080309.

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

Color convert

RGB 181 66 62 -
CMYK 0 0.64 0.66 0.29
HSL 2.02º 0.49% 0.48% -
HSV(B) 2.02º 0.66% 0.71% -
XYZ 21.87 14.07 6.12 -
YUV 99.93 106.6 185.83 -
System Red Green Blue C M Y K H S L
Decimal 181 66 62 0 0.64 0.66 0.29 2.02 0.49 0.48
Hex B5 42 3E 0 40 42 1D 2 31 30
Octal 265 102 76 0 100 102 35 2 61 60
Binary 10110101 1000010 111110 0 1000000 1000010 11101 10 110001 110000

Color Harmonies of #B5423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5423E

Black with #B5423E

Text Example


Text Example

White with #B5423E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5423E; }

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

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

background-color css

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

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

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

border-color css

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

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

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