Html Css Color HEX #95081E Carmine

📋 copy color: '#95081E'

red 149 ◦ green 8 ◦ blue 30

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

Shades of Carmine #95081E

Tints of Carmine #95081E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.28%

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

R = 79.68%
G = 4.28%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#95081E (or 0x95081E) is known color: Carmine. HEX triplet: 95, 08 and 1E. RGB value is (149,8,30). Sum of RGB (Red+Green+Blue) = 149+8+30=187 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.68% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 149 - color contains mainly: red. Hex color #95081E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95081E is #6AF7E1. Grayscale: #343434. Windows color (decimal): -7010274 or 1968277. OLE color: 1968277.

HSL color Cylindrical-coordinate representation of color #95081E: hue angle of 350.64º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #95081E is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 8 30 -
CMYK 0 0.95 0.80 0.42
HSL 350.64º 0.9% 0.31% -
HSV(B) 350.64º 0.95% 0.58% -
XYZ 12.72 6.66 1.84 -
YUV 52.67 115.21 196.71 -
System Red Green Blue C M Y K H S L
Decimal 149 8 30 0 0.95 0.80 0.42 350.64 0.9 0.31
Hex 95 8 1E 0 5F 50 2A 15F 5A 1F
Octal 225 10 36 0 137 120 52 537 132 37
Binary 10010101 1000 11110 0 1011111 1010000 101010 101011111 1011010 11111

Color Harmonies of #95081E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95081E

Black with #95081E

Text Example


Text Example

White with #95081E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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