Html Css Color HEX #B5443C Medium Carmine

📋 copy color: '#B5443C'

red 181 ◦ green 68 ◦ blue 60

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

Shades of Medium Carmine #B5443C

Tints of Medium Carmine #B5443C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.01%

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

R = 58.58%
G = 22.01%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B5443C (or 0xB5443C) is known color: Medium Carmine. HEX triplet: B5, 44 and 3C. RGB value is (181,68,60). Sum of RGB (Red+Green+Blue) = 181+68+60=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B5443C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5443C is #4ABBC3. Grayscale: #656565. Windows color (decimal): -4897732 or 3949749. OLE color: 3949749.

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

Color convert

RGB 181 68 60 -
CMYK 0 0.62 0.67 0.29
HSL 3.97º 0.5% 0.47% -
HSV(B) 3.97º 0.67% 0.71% -
XYZ 21.94 14.28 5.88 -
YUV 100.88 104.94 185.15 -
System Red Green Blue C M Y K H S L
Decimal 181 68 60 0 0.62 0.67 0.29 3.97 0.5 0.47
Hex B5 44 3C 0 3E 43 1D 4 32 2F
Octal 265 104 74 0 76 103 35 4 62 57
Binary 10110101 1000100 111100 0 111110 1000011 11101 100 110010 101111

Color Harmonies of #B5443C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5443C

Black with #B5443C

Text Example


Text Example

White with #B5443C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5443C; }

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

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

background-color css

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

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

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

border-color css

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

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

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