Html Css Color HEX #95102D Carmine

📋 copy color: '#95102D'

red 149 ◦ green 16 ◦ blue 45

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

Shades of Carmine #95102D

Tints of Carmine #95102D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.62%

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

R = 70.95%
G = 7.62%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#95102D (or 0x95102D) is known color: Carmine. HEX triplet: 95, 10 and 2D. RGB value is (149,16,45). Sum of RGB (Red+Green+Blue) = 149+16+45=210 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.95% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 149 - color contains mainly: red. Hex color #95102D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95102D is #6AEFD2. Grayscale: #3B3B3B. Windows color (decimal): -7008211 or 2953365. OLE color: 2953365.

HSL color Cylindrical-coordinate representation of color #95102D: hue angle of 346.92º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #95102D is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 16 45 -
CMYK 0 0.89 0.70 0.42
HSL 346.92º 0.81% 0.32% -
HSV(B) 346.92º 0.89% 0.58% -
XYZ 13.05 6.95 3.14 -
YUV 59.07 120.06 192.14 -
System Red Green Blue C M Y K H S L
Decimal 149 16 45 0 0.89 0.70 0.42 346.92 0.81 0.32
Hex 95 10 2D 0 59 46 2A 15B 51 20
Octal 225 20 55 0 131 106 52 533 121 40
Binary 10010101 10000 101101 0 1011001 1000110 101010 101011011 1010001 100000

Color Harmonies of #95102D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95102D

Black with #95102D

Text Example


Text Example

White with #95102D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95102D; }

 p { color: rgb(149,16,45); }

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

background-color css

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

 a { background-color: rgb(149,16,45); }

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

border-color css

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

 span { border-color: rgb(149,16,45); }

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