Html Css Color HEX #95022A Carmine

📋 copy color: '#95022A'

red 149 ◦ green 2 ◦ blue 42

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

Shades of Carmine #95022A

Tints of Carmine #95022A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.76%

R = 77.2%
G = 1.04%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#95022A (or 0x95022A) is known color: Carmine. HEX triplet: 95, 02 and 2A. RGB value is (149,2,42). Sum of RGB (Red+Green+Blue) = 149+2+42=193 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.20% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 149 - color contains mainly: red. Hex color #95022A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95022A is #6AFDD5. Grayscale: #323232. Windows color (decimal): -7011798 or 2753173. OLE color: 2753173.

HSL color Cylindrical-coordinate representation of color #95022A: hue angle of 343.67º 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 #95022A is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 2 42 -
CMYK 0 0.99 0.72 0.42
HSL 343.67º 0.97% 0.3% -
HSV(B) 343.67º 0.99% 0.58% -
XYZ 12.83 6.6 2.79 -
YUV 50.51 123.2 198.25 -
System Red Green Blue C M Y K H S L
Decimal 149 2 42 0 0.99 0.72 0.42 343.67 0.97 0.3
Hex 95 2 2A 0 63 48 2A 158 61 1E
Octal 225 2 52 0 143 110 52 530 141 36
Binary 10010101 10 101010 0 1100011 1001000 101010 101011000 1100001 11110

Color Harmonies of #95022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95022A

Black with #95022A

Text Example


Text Example

White with #95022A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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