Html Css Color HEX #B5442E Medium Carmine

📋 copy color: '#B5442E'

red 181 ◦ green 68 ◦ blue 46

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

Shades of Medium Carmine #B5442E

Tints of Medium Carmine #B5442E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.59%

R = 61.36%
G = 23.05%
B = 15.59%

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

#B5442E (or 0xB5442E) is known color: Medium Carmine. HEX triplet: B5, 44 and 2E. RGB value is (181,68,46). Sum of RGB (Red+Green+Blue) = 181+68+46=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B5442E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5442E is #4ABBD1. Grayscale: #636363. Windows color (decimal): -4897746 or 3032245. OLE color: 3032245.

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

Color convert

RGB 181 68 46 -
CMYK 0 0.62 0.75 0.29
HSL 9.78º 0.59% 0.45% -
HSV(B) 9.78º 0.75% 0.71% -
XYZ 21.62 14.16 4.18 -
YUV 99.28 97.94 186.29 -
System Red Green Blue C M Y K H S L
Decimal 181 68 46 0 0.62 0.75 0.29 9.78 0.59 0.45
Hex B5 44 2E 0 3E 4B 1D A 3B 2D
Octal 265 104 56 0 76 113 35 12 73 55
Binary 10110101 1000100 101110 0 111110 1001011 11101 1010 111011 101101

Color Harmonies of #B5442E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5442E

Black with #B5442E

Text Example


Text Example

White with #B5442E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5442E; }

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

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

background-color css

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

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

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

border-color css

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

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

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