Html Css Color HEX #B5342D Medium Carmine

📋 copy color: '#B5342D'

red 181 ◦ green 52 ◦ blue 45

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

Shades of Medium Carmine #B5342D

Tints of Medium Carmine #B5342D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.71%

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

R = 65.11%
G = 18.71%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5342D (or 0xB5342D) is known color: Medium Carmine. HEX triplet: B5, 34 and 2D. RGB value is (181,52,45). Sum of RGB (Red+Green+Blue) = 181+52+45=278 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.11% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 181 - color contains mainly: red. Hex color #B5342D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5342D is #4ACBD2. Grayscale: #595959. Windows color (decimal): -4901843 or 2962613. OLE color: 2962613.

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

Color convert

RGB 181 52 45 -
CMYK 0 0.71 0.75 0.29
HSL 3.09º 0.6% 0.44% -
HSV(B) 3.09º 0.75% 0.71% -
XYZ 20.76 12.47 3.8 -
YUV 89.77 102.74 193.07 -
System Red Green Blue C M Y K H S L
Decimal 181 52 45 0 0.71 0.75 0.29 3.09 0.6 0.44
Hex B5 34 2D 0 47 4B 1D 3 3C 2C
Octal 265 64 55 0 107 113 35 3 74 54
Binary 10110101 110100 101101 0 1000111 1001011 11101 11 111100 101100

Color Harmonies of #B5342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5342D

Black with #B5342D

Text Example


Text Example

White with #B5342D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5342D; }

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

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

background-color css

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

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

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

border-color css

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

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

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