Html Css Color HEX #B1402C Medium Carmine

📋 copy color: '#B1402C'

red 177 ◦ green 64 ◦ blue 44

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

Shades of Medium Carmine #B1402C

Tints of Medium Carmine #B1402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.46%

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

R = 62.11%
G = 22.46%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B1402C (or 0xB1402C) is known color: Medium Carmine. HEX triplet: B1, 40 and 2C. RGB value is (177,64,44). Sum of RGB (Red+Green+Blue) = 177+64+44=285 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.11% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 177 - color contains mainly: red. Hex color #B1402C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1402C is #4EBFD3. Grayscale: #5F5F5F. Windows color (decimal): -5160916 or 2900145. OLE color: 2900145.

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

Color convert

RGB 177 64 44 -
CMYK 0 0.64 0.75 0.31
HSL 9.02º 0.6% 0.43% -
HSV(B) 9.02º 0.75% 0.69% -
XYZ 20.42 13.2 3.85 -
YUV 95.51 98.94 186.13 -
System Red Green Blue C M Y K H S L
Decimal 177 64 44 0 0.64 0.75 0.31 9.02 0.6 0.43
Hex B1 40 2C 0 40 4B 1F 9 3C 2B
Octal 261 100 54 0 100 113 37 11 74 53
Binary 10110001 1000000 101100 0 1000000 1001011 11111 1001 111100 101011

Color Harmonies of #B1402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1402C

Black with #B1402C

Text Example


Text Example

White with #B1402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1402C; }

 p { color: rgb(177,64,44); }

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

background-color css

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

 a { background-color: rgb(177,64,44); }

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

border-color css

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

 span { border-color: rgb(177,64,44); }

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