Html Css Color HEX #B5423C Medium Carmine

📋 copy color: '#B5423C'

red 181 ◦ green 66 ◦ blue 60

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

Shades of Medium Carmine #B5423C

Tints of Medium Carmine #B5423C

RGB

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

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

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

R = 58.96%
G = 21.5%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B5423C (or 0xB5423C) is known color: Medium Carmine. HEX triplet: B5, 42 and 3C. RGB value is (181,66,60). Sum of RGB (Red+Green+Blue) = 181+66+60=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B5423C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5423C is #4ABDC3. Grayscale: #636363. Windows color (decimal): -4898244 or 3949237. OLE color: 3949237.

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

Color convert

RGB 181 66 60 -
CMYK 0 0.64 0.67 0.29
HSL 2.98º 0.5% 0.47% -
HSV(B) 2.98º 0.67% 0.71% -
XYZ 21.82 14.05 5.84 -
YUV 99.7 105.6 185.99 -
System Red Green Blue C M Y K H S L
Decimal 181 66 60 0 0.64 0.67 0.29 2.98 0.5 0.47
Hex B5 42 3C 0 40 43 1D 3 32 2F
Octal 265 102 74 0 100 103 35 3 62 57
Binary 10110101 1000010 111100 0 1000000 1000011 11101 11 110010 101111

Color Harmonies of #B5423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5423C

Black with #B5423C

Text Example


Text Example

White with #B5423C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5423C; }

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

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

background-color css

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

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

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

border-color css

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

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

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