Html Css Color HEX #950A1A Carmine

📋 copy color: '#950A1A'

red 149 ◦ green 10 ◦ blue 26

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

Shades of Carmine #950A1A

Tints of Carmine #950A1A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.41%

 BLUE value IS 26 (10.55% from 255) = 14.05%

R = 80.54%
G = 5.41%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#950A1A (or 0x950A1A) is known color: Carmine. HEX triplet: 95, 0A and 1A. RGB value is (149,10,26). Sum of RGB (Red+Green+Blue) = 149+10+26=185 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.54% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 149 - color contains mainly: red. Hex color #950A1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950A1A is #6AF5E5. Grayscale: #353535. Windows color (decimal): -7009766 or 1706645. OLE color: 1706645.

HSL color Cylindrical-coordinate representation of color #950A1A: hue angle of 353.09º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950A1A is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 10 26 -
CMYK 0 0.93 0.83 0.42
HSL 353.09º 0.87% 0.31% -
HSV(B) 353.09º 0.93% 0.58% -
XYZ 12.69 6.68 1.6 -
YUV 53.39 112.55 196.2 -
System Red Green Blue C M Y K H S L
Decimal 149 10 26 0 0.93 0.83 0.42 353.09 0.87 0.31
Hex 95 A 1A 0 5D 53 2A 161 57 1F
Octal 225 12 32 0 135 123 52 541 127 37
Binary 10010101 1010 11010 0 1011101 1010011 101010 101100001 1010111 11111

Color Harmonies of #950A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950A1A

Black with #950A1A

Text Example


Text Example

White with #950A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950A1A; }

 p { color: rgb(149,10,26); }

 H1.HeaderClassName
 {
   color: #950A1A;
 }
 .AnyTagClassName
 {
   color: #950A1A;
 }
</style>

background-color css

<style>
 a { background-color: #950A1A; }

 a { background-color: rgb(149,10,26); }

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

border-color css

<style>
 span { border-color: #950A1A; }

 span { border-color: rgb(149,10,26); }

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