Html Css Color HEX #95011C Carmine

📋 copy color: '#95011C'

red 149 ◦ green 1 ◦ blue 28

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

Shades of Carmine #95011C

Tints of Carmine #95011C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

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

R = 83.71%
G = 0.56%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95011C (or 0x95011C) is known color: Carmine. HEX triplet: 95, 01 and 1C. RGB value is (149,1,28). Sum of RGB (Red+Green+Blue) = 149+1+28=178 (23% of max value = 765). Red value is 149 (58.59% from 255 or 83.71% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 149 - color contains mainly: red. Hex color #95011C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95011C is #6AFEE3. Grayscale: #303030. Windows color (decimal): -7012068 or 1835413. OLE color: 1835413.

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

Color convert

RGB 149 1 28 -
CMYK 0 0.99 0.81 0.42
HSL 349.05º 0.99% 0.29% -
HSV(B) 349.05º 0.99% 0.58% -
XYZ 12.61 6.5 1.69 -
YUV 48.33 116.53 199.8 -
System Red Green Blue C M Y K H S L
Decimal 149 1 28 0 0.99 0.81 0.42 349.05 0.99 0.29
Hex 95 1 1C 0 63 51 2A 15D 63 1D
Octal 225 1 34 0 143 121 52 535 143 35
Binary 10010101 1 11100 0 1100011 1010001 101010 101011101 1100011 11101

Color Harmonies of #95011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95011C

Black with #95011C

Text Example


Text Example

White with #95011C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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