Html Css Color HEX #951326 Carmine

📋 copy color: '#951326'

red 149 ◦ green 19 ◦ blue 38

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

Shades of Carmine #951326

Tints of Carmine #951326

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.22%

 BLUE value IS 38 (15.23% from 255) = 18.45%

R = 72.33%
G = 9.22%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#951326 (or 0x951326) is known color: Carmine. HEX triplet: 95, 13 and 26. RGB value is (149,19,38). Sum of RGB (Red+Green+Blue) = 149+19+38=206 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.33% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 38 (15.23% from 255 or 18.45% from 206); Max value from RGB is 149 - color contains mainly: red. Hex color #951326 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951326 is #6AECD9. Grayscale: #3C3C3C. Windows color (decimal): -7007450 or 2495381. OLE color: 2495381.

HSL color Cylindrical-coordinate representation of color #951326: hue angle of 351.23º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951326 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 19 38 -
CMYK 0 0.87 0.74 0.42
HSL 351.23º 0.77% 0.33% -
HSV(B) 351.23º 0.87% 0.58% -
XYZ 12.98 7 2.5 -
YUV 60.04 115.57 191.46 -
System Red Green Blue C M Y K H S L
Decimal 149 19 38 0 0.87 0.74 0.42 351.23 0.77 0.33
Hex 95 13 26 0 57 4A 2A 15F 4D 21
Octal 225 23 46 0 127 112 52 537 115 41
Binary 10010101 10011 100110 0 1010111 1001010 101010 101011111 1001101 100001

Color Harmonies of #951326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951326

Black with #951326

Text Example


Text Example

White with #951326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951326; }

 p { color: rgb(149,19,38); }

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

background-color css

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

 a { background-color: rgb(149,19,38); }

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

border-color css

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

 span { border-color: rgb(149,19,38); }

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