Html Css Color HEX #95001C Carmine

📋 copy color: '#95001C'

red 149 ◦ green 0 ◦ blue 28

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

Shades of Carmine #95001C

Tints of Carmine #95001C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.18%
G = 0%
B = 15.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95001C (or 0x95001C) is known color: Carmine. HEX triplet: 95, 00 and 1C. RGB value is (149,0,28). Sum of RGB (Red+Green+Blue) = 149+0+28=177 (23% of max value = 765). Red value is 149 (58.59% from 255 or 84.18% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 149 - color contains mainly: red. Hex color #95001C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95001C is #6AFFE3. Grayscale: #2F2F2F. Windows color (decimal): -7012324 or 1835157. OLE color: 1835157.

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

Color convert

RGB 149 0 28 -
CMYK 0 1 0.81 0.42
HSL 348.72º 1% 0.29% -
HSV(B) 348.72º 1% 0.58% -
XYZ 12.6 6.47 1.68 -
YUV 47.74 116.86 200.22 -
System Red Green Blue C M Y K H S L
Decimal 149 0 28 0 1 0.81 0.42 348.72 1 0.29
Hex 95 0 1C 0 64 51 2A 15D 64 1D
Octal 225 0 34 0 144 121 52 535 144 35
Binary 10010101 0 11100 0 1100100 1010001 101010 101011101 1100100 11101

Color Harmonies of #95001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95001C

Black with #95001C

Text Example


Text Example

White with #95001C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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