Html Css Color HEX #B1352D Medium Carmine

📋 copy color: '#B1352D'

red 177 ◦ green 53 ◦ blue 45

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

Shades of Medium Carmine #B1352D

Tints of Medium Carmine #B1352D

RGB

 RED value IS 177 (69.53% from 255) = 64.36%

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

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

R = 64.36%
G = 19.27%
B = 16.36%

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

#B1352D (or 0xB1352D) is known color: Medium Carmine. HEX triplet: B1, 35 and 2D. RGB value is (177,53,45). Sum of RGB (Red+Green+Blue) = 177+53+45=275 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.36% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 177 - color contains mainly: red. Hex color #B1352D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1352D is #4ECAD2. Grayscale: #595959. Windows color (decimal): -5163731 or 2962865. OLE color: 2962865.

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

Color convert

RGB 177 53 45 -
CMYK 0 0.70 0.75 0.31
HSL 3.64º 0.59% 0.44% -
HSV(B) 3.64º 0.75% 0.69% -
XYZ 19.88 12.08 3.77 -
YUV 89.16 103.08 190.65 -
System Red Green Blue C M Y K H S L
Decimal 177 53 45 0 0.70 0.75 0.31 3.64 0.59 0.44
Hex B1 35 2D 0 46 4B 1F 4 3B 2C
Octal 261 65 55 0 106 113 37 4 73 54
Binary 10110001 110101 101101 0 1000110 1001011 11111 100 111011 101100

Color Harmonies of #B1352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1352D

Black with #B1352D

Text Example


Text Example

White with #B1352D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1352D; }

 p { color: rgb(177,53,45); }

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

background-color css

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

 a { background-color: rgb(177,53,45); }

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

border-color css

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

 span { border-color: rgb(177,53,45); }

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