Html Css Color HEX #B5442D Medium Carmine

📋 copy color: '#B5442D'

red 181 ◦ green 68 ◦ blue 45

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

Shades of Medium Carmine #B5442D

Tints of Medium Carmine #B5442D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.31%

R = 61.56%
G = 23.13%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5442D (or 0xB5442D) is known color: Medium Carmine. HEX triplet: B5, 44 and 2D. RGB value is (181,68,45). Sum of RGB (Red+Green+Blue) = 181+68+45=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B5442D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5442D is #4ABBD2. Grayscale: #636363. Windows color (decimal): -4897747 or 2966709. OLE color: 2966709.

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

Color convert

RGB 181 68 45 -
CMYK 0 0.62 0.75 0.29
HSL 10.15º 0.6% 0.44% -
HSV(B) 10.15º 0.75% 0.71% -
XYZ 21.6 14.15 4.08 -
YUV 99.17 97.44 186.37 -
System Red Green Blue C M Y K H S L
Decimal 181 68 45 0 0.62 0.75 0.29 10.15 0.6 0.44
Hex B5 44 2D 0 3E 4B 1D A 3C 2C
Octal 265 104 55 0 76 113 35 12 74 54
Binary 10110101 1000100 101101 0 111110 1001011 11101 1010 111100 101100

Color Harmonies of #B5442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5442D

Black with #B5442D

Text Example


Text Example

White with #B5442D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5442D; }

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

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

background-color css

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

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

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

border-color css

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

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

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