Html Css Color HEX #95061D Carmine

📋 copy color: '#95061D'

red 149 ◦ green 6 ◦ blue 29

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

Shades of Carmine #95061D

Tints of Carmine #95061D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.26%

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

R = 80.98%
G = 3.26%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95061D (or 0x95061D) is known color: Carmine. HEX triplet: 95, 06 and 1D. RGB value is (149,6,29). Sum of RGB (Red+Green+Blue) = 149+6+29=184 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.98% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 149 - color contains mainly: red. Hex color #95061D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95061D is #6AF9E2. Grayscale: #333333. Windows color (decimal): -7010787 or 1902229. OLE color: 1902229.

HSL color Cylindrical-coordinate representation of color #95061D: hue angle of 350.35º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #95061D is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 6 29 -
CMYK 0 0.96 0.81 0.42
HSL 350.35º 0.92% 0.3% -
HSV(B) 350.35º 0.96% 0.58% -
XYZ 12.68 6.61 1.77 -
YUV 51.38 115.38 197.63 -
System Red Green Blue C M Y K H S L
Decimal 149 6 29 0 0.96 0.81 0.42 350.35 0.92 0.3
Hex 95 6 1D 0 60 51 2A 15E 5C 1E
Octal 225 6 35 0 140 121 52 536 134 36
Binary 10010101 110 11101 0 1100000 1010001 101010 101011110 1011100 11110

Color Harmonies of #95061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95061D

Black with #95061D

Text Example


Text Example

White with #95061D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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