Html Css Color HEX #95001D Carmine

📋 copy color: '#95001D'

red 149 ◦ green 0 ◦ blue 29

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

Shades of Carmine #95001D

Tints of Carmine #95001D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.29%

R = 83.71%
G = 0%
B = 16.29%

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

#95001D (or 0x95001D) is known color: Carmine. HEX triplet: 95, 00 and 1D. RGB value is (149,0,29). Sum of RGB (Red+Green+Blue) = 149+0+29=178 (23% of max value = 765). Red value is 149 (58.59% from 255 or 83.71% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 149 - color contains mainly: red. Hex color #95001D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95001D is #6AFFE2. Grayscale: #2F2F2F. Windows color (decimal): -7012323 or 1900693. OLE color: 1900693.

HSL color Cylindrical-coordinate representation of color #95001D: hue angle of 348.32º 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 #95001D is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 0 29 -
CMYK 0 1 0.81 0.42
HSL 348.32º 1% 0.29% -
HSV(B) 348.32º 1% 0.58% -
XYZ 12.62 6.48 1.75 -
YUV 47.86 117.36 200.14 -
System Red Green Blue C M Y K H S L
Decimal 149 0 29 0 1 0.81 0.42 348.32 1 0.29
Hex 95 0 1D 0 64 51 2A 15C 64 1D
Octal 225 0 35 0 144 121 52 534 144 35
Binary 10010101 0 11101 0 1100100 1010001 101010 101011100 1100100 11101

Color Harmonies of #95001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95001D

Black with #95001D

Text Example


Text Example

White with #95001D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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