Html Css Color HEX #95052C Carmine

📋 copy color: '#95052C'

red 149 ◦ green 5 ◦ blue 44

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

Shades of Carmine #95052C

Tints of Carmine #95052C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.53%

 BLUE value IS 44 (17.58% from 255) = 22.22%

R = 75.25%
G = 2.53%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#95052C (or 0x95052C) is known color: Carmine. HEX triplet: 95, 05 and 2C. RGB value is (149,5,44). Sum of RGB (Red+Green+Blue) = 149+5+44=198 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.25% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 149 - color contains mainly: red. Hex color #95052C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95052C is #6AFAD3. Grayscale: #343434. Windows color (decimal): -7011028 or 2885013. OLE color: 2885013.

HSL color Cylindrical-coordinate representation of color #95052C: hue angle of 343.75º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #95052C is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 5 44 -
CMYK 0 0.97 0.70 0.42
HSL 343.75º 0.94% 0.3% -
HSV(B) 343.75º 0.97% 0.58% -
XYZ 12.9 6.68 2.99 -
YUV 52.5 123.21 196.83 -
System Red Green Blue C M Y K H S L
Decimal 149 5 44 0 0.97 0.70 0.42 343.75 0.94 0.3
Hex 95 5 2C 0 61 46 2A 158 5E 1E
Octal 225 5 54 0 141 106 52 530 136 36
Binary 10010101 101 101100 0 1100001 1000110 101010 101011000 1011110 11110

Color Harmonies of #95052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95052C

Black with #95052C

Text Example


Text Example

White with #95052C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,5,44); }

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

background-color css

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

 a { background-color: rgb(149,5,44); }

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

border-color css

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

 span { border-color: rgb(149,5,44); }

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