Html Css Color HEX #B13C2A Medium Carmine

📋 copy color: '#B13C2A'

red 177 ◦ green 60 ◦ blue 42

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

Shades of Medium Carmine #B13C2A

Tints of Medium Carmine #B13C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.05%

R = 63.44%
G = 21.51%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B13C2A (or 0xB13C2A) is known color: Medium Carmine. HEX triplet: B1, 3C and 2A. RGB value is (177,60,42). Sum of RGB (Red+Green+Blue) = 177+60+42=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13C2A is #4EC3D5. Grayscale: #5D5D5D. Windows color (decimal): -5161942 or 2768049. OLE color: 2768049.

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

Color convert

RGB 177 60 42 -
CMYK 0 0.66 0.76 0.31
HSL 0.62% 0.43% -
HSV(B) 0.76% 0.69% -
XYZ 20.17 12.75 3.59 -
YUV 92.93 99.26 187.96 -
System Red Green Blue C M Y K H S L
Decimal 177 60 42 0 0.66 0.76 0.31 8 0.62 0.43
Hex B1 3C 2A 0 42 4C 1F 8 3E 2B
Octal 261 74 52 0 102 114 37 10 76 53
Binary 10110001 111100 101010 0 1000010 1001100 11111 1000 111110 101011

Color Harmonies of #B13C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13C2A

Black with #B13C2A

Text Example


Text Example

White with #B13C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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