Html Css Color HEX #B1442D Medium Carmine

📋 copy color: '#B1442D'

red 177 ◦ green 68 ◦ blue 45

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

Shades of Medium Carmine #B1442D

Tints of Medium Carmine #B1442D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.45%

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

R = 61.03%
G = 23.45%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B1442D (or 0xB1442D) is known color: Medium Carmine. HEX triplet: B1, 44 and 2D. RGB value is (177,68,45). Sum of RGB (Red+Green+Blue) = 177+68+45=290 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.03% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 177 - color contains mainly: red. Hex color #B1442D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1442D is #4EBBD2. Grayscale: #626262. Windows color (decimal): -5159891 or 2966705. OLE color: 2966705.

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

Color convert

RGB 177 68 45 -
CMYK 0 0.62 0.75 0.31
HSL 10.45º 0.59% 0.44% -
HSV(B) 10.45º 0.75% 0.69% -
XYZ 20.67 13.67 4.03 -
YUV 97.97 98.11 184.37 -
System Red Green Blue C M Y K H S L
Decimal 177 68 45 0 0.62 0.75 0.31 10.45 0.59 0.44
Hex B1 44 2D 0 3E 4B 1F A 3B 2C
Octal 261 104 55 0 76 113 37 12 73 54
Binary 10110001 1000100 101101 0 111110 1001011 11111 1010 111011 101100

Color Harmonies of #B1442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1442D

Black with #B1442D

Text Example


Text Example

White with #B1442D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1442D; }

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

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

background-color css

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

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

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

border-color css

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

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

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