Html Css Color HEX #B5342A Medium Carmine

📋 copy color: '#B5342A'

red 181 ◦ green 52 ◦ blue 42

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

Shades of Medium Carmine #B5342A

Tints of Medium Carmine #B5342A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.27%

R = 65.82%
G = 18.91%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B5342A (or 0xB5342A) is known color: Medium Carmine. HEX triplet: B5, 34 and 2A. RGB value is (181,52,42). Sum of RGB (Red+Green+Blue) = 181+52+42=275 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.82% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 181 - color contains mainly: red. Hex color #B5342A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5342A is #4ACBD5. Grayscale: #595959. Windows color (decimal): -4901846 or 2766005. OLE color: 2766005.

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

Color convert

RGB 181 52 42 -
CMYK 0 0.71 0.77 0.29
HSL 4.32º 0.62% 0.44% -
HSV(B) 4.32º 0.77% 0.71% -
XYZ 20.7 12.45 3.5 -
YUV 89.43 101.24 193.31 -
System Red Green Blue C M Y K H S L
Decimal 181 52 42 0 0.71 0.77 0.29 4.32 0.62 0.44
Hex B5 34 2A 0 47 4D 1D 4 3E 2C
Octal 265 64 52 0 107 115 35 4 76 54
Binary 10110101 110100 101010 0 1000111 1001101 11101 100 111110 101100

Color Harmonies of #B5342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5342A

Black with #B5342A

Text Example


Text Example

White with #B5342A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5342A; }

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

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

background-color css

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

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

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

border-color css

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

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

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