Html Css Color HEX #95131C Carmine

📋 copy color: '#95131C'

red 149 ◦ green 19 ◦ blue 28

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

Shades of Carmine #95131C

Tints of Carmine #95131C

RGB

 RED value IS 149 (58.59% from 255) = 76.02%

 GREEN value IS 19 (7.81% from 255) = 9.69%

 BLUE value IS 28 (11.33% from 255) = 14.29%

R = 76.02%
G = 9.69%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95131C (or 0x95131C) is known color: Carmine. HEX triplet: 95, 13 and 1C. RGB value is (149,19,28). Sum of RGB (Red+Green+Blue) = 149+19+28=196 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.02% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 149 - color contains mainly: red. Hex color #95131C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95131C is #6AECE3. Grayscale: #3A3A3A. Windows color (decimal): -7007460 or 1840021. OLE color: 1840021.

HSL color Cylindrical-coordinate representation of color #95131C: hue angle of 355.85º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #95131C is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 19 28 -
CMYK 0 0.87 0.81 0.42
HSL 355.85º 0.77% 0.33% -
HSV(B) 355.85º 0.87% 0.58% -
XYZ 12.84 6.94 1.76 -
YUV 58.9 110.57 192.27 -
System Red Green Blue C M Y K H S L
Decimal 149 19 28 0 0.87 0.81 0.42 355.85 0.77 0.33
Hex 95 13 1C 0 57 51 2A 164 4D 21
Octal 225 23 34 0 127 121 52 544 115 41
Binary 10010101 10011 11100 0 1010111 1010001 101010 101100100 1001101 100001

Color Harmonies of #95131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95131C

Black with #95131C

Text Example


Text Example

White with #95131C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95131C; }

 p { color: rgb(149,19,28); }

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

background-color css

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

 a { background-color: rgb(149,19,28); }

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

border-color css

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

 span { border-color: rgb(149,19,28); }

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