Html Css Color HEX #95052D Carmine

📋 copy color: '#95052D'

red 149 ◦ green 5 ◦ blue 45

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

Shades of Carmine #95052D

Tints of Carmine #95052D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.61%

R = 74.87%
G = 2.51%
B = 22.61%

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

#95052D (or 0x95052D) is known color: Carmine. HEX triplet: 95, 05 and 2D. RGB value is (149,5,45). Sum of RGB (Red+Green+Blue) = 149+5+45=199 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.87% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 149 - color contains mainly: red. Hex color #95052D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95052D is #6AFAD2. Grayscale: #343434. Windows color (decimal): -7011027 or 2950549. OLE color: 2950549.

HSL color Cylindrical-coordinate representation of color #95052D: hue angle of 343.33º 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 #95052D is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 5 45 -
CMYK 0 0.97 0.70 0.42
HSL 343.33º 0.94% 0.3% -
HSV(B) 343.33º 0.97% 0.58% -
XYZ 12.92 6.69 3.09 -
YUV 52.62 123.71 196.75 -
System Red Green Blue C M Y K H S L
Decimal 149 5 45 0 0.97 0.70 0.42 343.33 0.94 0.3
Hex 95 5 2D 0 61 46 2A 157 5E 1E
Octal 225 5 55 0 141 106 52 527 136 36
Binary 10010101 101 101101 0 1100001 1000110 101010 101010111 1011110 11110

Color Harmonies of #95052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95052D

Black with #95052D

Text Example


Text Example

White with #95052D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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