Html Css Color HEX #B5352E Medium Carmine

📋 copy color: '#B5352E'

red 181 ◦ green 53 ◦ blue 46

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

Shades of Medium Carmine #B5352E

Tints of Medium Carmine #B5352E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.93%

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

R = 64.64%
G = 18.93%
B = 16.43%

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

#B5352E (or 0xB5352E) is known color: Medium Carmine. HEX triplet: B5, 35 and 2E. RGB value is (181,53,46). Sum of RGB (Red+Green+Blue) = 181+53+46=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B5352E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5352E is #4ACAD1. Grayscale: #5A5A5A. Windows color (decimal): -4901586 or 3028405. OLE color: 3028405.

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

Color convert

RGB 181 53 46 -
CMYK 0 0.71 0.75 0.29
HSL 3.11º 0.59% 0.45% -
HSV(B) 3.11º 0.75% 0.71% -
XYZ 20.82 12.57 3.91 -
YUV 90.47 102.91 192.57 -
System Red Green Blue C M Y K H S L
Decimal 181 53 46 0 0.71 0.75 0.29 3.11 0.59 0.45
Hex B5 35 2E 0 47 4B 1D 3 3B 2D
Octal 265 65 56 0 107 113 35 3 73 55
Binary 10110101 110101 101110 0 1000111 1001011 11101 11 111011 101101

Color Harmonies of #B5352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5352E

Black with #B5352E

Text Example


Text Example

White with #B5352E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5352E; }

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

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

background-color css

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

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

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

border-color css

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

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

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