Html Css Color HEX #B1362D Medium Carmine

📋 copy color: '#B1362D'

red 177 ◦ green 54 ◦ blue 45

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

Shades of Medium Carmine #B1362D

Tints of Medium Carmine #B1362D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.57%

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

R = 64.13%
G = 19.57%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B1362D (or 0xB1362D) is known color: Medium Carmine. HEX triplet: B1, 36 and 2D. RGB value is (177,54,45). Sum of RGB (Red+Green+Blue) = 177+54+45=276 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.13% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 177 - color contains mainly: red. Hex color #B1362D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1362D is #4EC9D2. Grayscale: #595959. Windows color (decimal): -5163475 or 2963121. OLE color: 2963121.

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

Color convert

RGB 177 54 45 -
CMYK 0 0.69 0.75 0.31
HSL 4.09º 0.59% 0.44% -
HSV(B) 4.09º 0.75% 0.69% -
XYZ 19.92 12.17 3.78 -
YUV 89.75 102.75 190.23 -
System Red Green Blue C M Y K H S L
Decimal 177 54 45 0 0.69 0.75 0.31 4.09 0.59 0.44
Hex B1 36 2D 0 45 4B 1F 4 3B 2C
Octal 261 66 55 0 105 113 37 4 73 54
Binary 10110001 110110 101101 0 1000101 1001011 11111 100 111011 101100

Color Harmonies of #B1362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1362D

Black with #B1362D

Text Example


Text Example

White with #B1362D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1362D; }

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

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

background-color css

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

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

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

border-color css

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

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

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