Html Css Color HEX #B5442C Medium Carmine

📋 copy color: '#B5442C'

red 181 ◦ green 68 ◦ blue 44

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

Shades of Medium Carmine #B5442C

Tints of Medium Carmine #B5442C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.02%

R = 61.77%
G = 23.21%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5442C (or 0xB5442C) is known color: Medium Carmine. HEX triplet: B5, 44 and 2C. RGB value is (181,68,44). Sum of RGB (Red+Green+Blue) = 181+68+44=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B5442C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5442C is #4ABBD3. Grayscale: #636363. Windows color (decimal): -4897748 or 2901173. OLE color: 2901173.

HSL color Cylindrical-coordinate representation of color #B5442C: hue angle of 10.51º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5442C is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 68 44 -
CMYK 0 0.62 0.76 0.29
HSL 10.51º 0.61% 0.44% -
HSV(B) 10.51º 0.76% 0.71% -
XYZ 21.58 14.14 3.97 -
YUV 99.05 96.94 186.45 -
System Red Green Blue C M Y K H S L
Decimal 181 68 44 0 0.62 0.76 0.29 10.51 0.61 0.44
Hex B5 44 2C 0 3E 4C 1D B 3D 2C
Octal 265 104 54 0 76 114 35 13 75 54
Binary 10110101 1000100 101100 0 111110 1001100 11101 1011 111101 101100

Color Harmonies of #B5442C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5442C

Black with #B5442C

Text Example


Text Example

White with #B5442C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5442C; }

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

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

background-color css

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

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

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

border-color css

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

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

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