Html Css Color HEX #95012A Carmine

📋 copy color: '#95012A'

red 149 ◦ green 1 ◦ blue 42

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

Shades of Carmine #95012A

Tints of Carmine #95012A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

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

R = 77.6%
G = 0.52%
B = 21.88%

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

#95012A (or 0x95012A) is known color: Carmine. HEX triplet: 95, 01 and 2A. RGB value is (149,1,42). Sum of RGB (Red+Green+Blue) = 149+1+42=192 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.60% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 149 - color contains mainly: red. Hex color #95012A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95012A is #6AFED5. Grayscale: #313131. Windows color (decimal): -7012054 or 2752917. OLE color: 2752917.

HSL color Cylindrical-coordinate representation of color #95012A: hue angle of 343.38º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95012A is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 1 42 -
CMYK 0 0.99 0.72 0.42
HSL 343.38º 0.99% 0.29% -
HSV(B) 343.38º 0.99% 0.58% -
XYZ 12.82 6.58 2.78 -
YUV 49.93 123.53 198.67 -
System Red Green Blue C M Y K H S L
Decimal 149 1 42 0 0.99 0.72 0.42 343.38 0.99 0.29
Hex 95 1 2A 0 63 48 2A 157 63 1D
Octal 225 1 52 0 143 110 52 527 143 35
Binary 10010101 1 101010 0 1100011 1001000 101010 101010111 1100011 11101

Color Harmonies of #95012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95012A

Black with #95012A

Text Example


Text Example

White with #95012A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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