Html Css Color HEX #B13C3C Medium Carmine

📋 copy color: '#B13C3C'

red 177 ◦ green 60 ◦ blue 60

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

Shades of Medium Carmine #B13C3C

Tints of Medium Carmine #B13C3C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.2%

 BLUE value IS 60 (23.83% from 255) = 20.2%

R = 59.6%
G = 20.2%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B13C3C (or 0xB13C3C) is known color: Medium Carmine. HEX triplet: B1, 3C and 3C. RGB value is (177,60,60). Sum of RGB (Red+Green+Blue) = 177+60+60=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13C3C is #4EC3C3. Grayscale: #5F5F5F. Windows color (decimal): -5161924 or 3947697. OLE color: 3947697.

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

Color convert

RGB 177 60 60 -
CMYK 0 0.66 0.66 0.31
HSL 0.49% 0.46% -
HSV(B) 0.66% 0.69% -
XYZ 20.56 12.91 5.68 -
YUV 94.98 108.26 186.5 -
System Red Green Blue C M Y K H S L
Decimal 177 60 60 0 0.66 0.66 0.31 0 0.49 0.46
Hex B1 3C 3C 0 42 42 1F 0 31 2E
Octal 261 74 74 0 102 102 37 0 61 56
Binary 10110001 111100 111100 0 1000010 1000010 11111 0 110001 101110

Color Harmonies of #B13C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13C3C

Black with #B13C3C

Text Example


Text Example

White with #B13C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13C3C; }

 p { color: rgb(177,60,60); }

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

background-color css

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

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

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

border-color css

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

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

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