Html Css Color HEX #B0352C Medium Carmine

📋 copy color: '#B0352C'

red 176 ◦ green 53 ◦ blue 44

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

Shades of Medium Carmine #B0352C

Tints of Medium Carmine #B0352C

RGB

 RED value IS 176 (69.14% from 255) = 64.47%

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

 BLUE value IS 44 (17.58% from 255) = 16.12%

R = 64.47%
G = 19.41%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B0352C (or 0xB0352C) is known color: Medium Carmine. HEX triplet: B0, 35 and 2C. RGB value is (176,53,44). Sum of RGB (Red+Green+Blue) = 176+53+44=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B0352C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0352C is #4FCAD3. Grayscale: #585858. Windows color (decimal): -5229268 or 2897328. OLE color: 2897328.

HSL color Cylindrical-coordinate representation of color #B0352C: hue angle of 4.09º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0352C is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 53 44 -
CMYK 0 0.70 0.75 0.31
HSL 4.09º 0.6% 0.43% -
HSV(B) 4.09º 0.75% 0.69% -
XYZ 19.63 11.96 3.66 -
YUV 88.75 102.75 190.23 -
System Red Green Blue C M Y K H S L
Decimal 176 53 44 0 0.70 0.75 0.31 4.09 0.6 0.43
Hex B0 35 2C 0 46 4B 1F 4 3C 2B
Octal 260 65 54 0 106 113 37 4 74 53
Binary 10110000 110101 101100 0 1000110 1001011 11111 100 111100 101011

Color Harmonies of #B0352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0352C

Black with #B0352C

Text Example


Text Example

White with #B0352C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0352C; }

 p { color: rgb(176,53,44); }

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

background-color css

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

 a { background-color: rgb(176,53,44); }

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

border-color css

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

 span { border-color: rgb(176,53,44); }

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