Html Css Color HEX #95011E Carmine

📋 copy color: '#95011E'

red 149 ◦ green 1 ◦ blue 30

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

Shades of Carmine #95011E

Tints of Carmine #95011E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.67%

R = 82.78%
G = 0.56%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#95011E (or 0x95011E) is known color: Carmine. HEX triplet: 95, 01 and 1E. RGB value is (149,1,30). Sum of RGB (Red+Green+Blue) = 149+1+30=180 (23% of max value = 765). Red value is 149 (58.59% from 255 or 82.78% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 149 - color contains mainly: red. Hex color #95011E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95011E is #6AFEE1. Grayscale: #303030. Windows color (decimal): -7012066 or 1966485. OLE color: 1966485.

HSL color Cylindrical-coordinate representation of color #95011E: hue angle of 348.24º 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 #95011E is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 1 30 -
CMYK 0 0.99 0.80 0.42
HSL 348.24º 0.99% 0.29% -
HSV(B) 348.24º 0.99% 0.58% -
XYZ 12.64 6.51 1.82 -
YUV 48.56 117.53 199.64 -
System Red Green Blue C M Y K H S L
Decimal 149 1 30 0 0.99 0.80 0.42 348.24 0.99 0.29
Hex 95 1 1E 0 63 50 2A 15C 63 1D
Octal 225 1 36 0 143 120 52 534 143 35
Binary 10010101 1 11110 0 1100011 1010000 101010 101011100 1100011 11101

Color Harmonies of #95011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95011E

Black with #95011E

Text Example


Text Example

White with #95011E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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