Html Css Color HEX #95022F Carmine

📋 copy color: '#95022F'

red 149 ◦ green 2 ◦ blue 47

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

Shades of Carmine #95022F

Tints of Carmine #95022F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.01%

 BLUE value IS 47 (18.75% from 255) = 23.74%

R = 75.25%
G = 1.01%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#95022F (or 0x95022F) is known color: Carmine. HEX triplet: 95, 02 and 2F. RGB value is (149,2,47). Sum of RGB (Red+Green+Blue) = 149+2+47=198 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.25% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 149 - color contains mainly: red. Hex color #95022F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95022F is #6AFDD0. Grayscale: #333333. Windows color (decimal): -7011793 or 3080853. OLE color: 3080853.

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

Color convert

RGB 149 2 47 -
CMYK 0 0.99 0.68 0.42
HSL 341.63º 0.97% 0.3% -
HSV(B) 341.63º 0.99% 0.58% -
XYZ 12.93 6.64 3.29 -
YUV 51.08 125.7 197.84 -
System Red Green Blue C M Y K H S L
Decimal 149 2 47 0 0.99 0.68 0.42 341.63 0.97 0.3
Hex 95 2 2F 0 63 44 2A 156 61 1E
Octal 225 2 57 0 143 104 52 526 141 36
Binary 10010101 10 101111 0 1100011 1000100 101010 101010110 1100001 11110

Color Harmonies of #95022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95022F

Black with #95022F

Text Example


Text Example

White with #95022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95022F; }

 p { color: rgb(149,2,47); }

 H1.HeaderClassName
 {
   color: #95022F;
 }
 .AnyTagClassName
 {
   color: #95022F;
 }
</style>

background-color css

<style>
 a { background-color: #95022F; }

 a { background-color: rgb(149,2,47); }

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

border-color css

<style>
 span { border-color: #95022F; }

 span { border-color: rgb(149,2,47); }

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