Html Css Color HEX #951322 Carmine

📋 copy color: '#951322'

red 149 ◦ green 19 ◦ blue 34

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

Shades of Carmine #951322

Tints of Carmine #951322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.83%

R = 73.76%
G = 9.41%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#951322 (or 0x951322) is known color: Carmine. HEX triplet: 95, 13 and 22. RGB value is (149,19,34). Sum of RGB (Red+Green+Blue) = 149+19+34=202 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.76% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 34 (13.67% from 255 or 16.83% from 202); Max value from RGB is 149 - color contains mainly: red. Hex color #951322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951322 is #6AECDD. Grayscale: #3B3B3B. Windows color (decimal): -7007454 or 2233237. OLE color: 2233237.

HSL color Cylindrical-coordinate representation of color #951322: hue angle of 353.08º 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 #951322 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 19 34 -
CMYK 0 0.87 0.77 0.42
HSL 353.08º 0.77% 0.33% -
HSV(B) 353.08º 0.87% 0.58% -
XYZ 12.92 6.97 2.18 -
YUV 59.58 113.57 191.78 -
System Red Green Blue C M Y K H S L
Decimal 149 19 34 0 0.87 0.77 0.42 353.08 0.77 0.33
Hex 95 13 22 0 57 4D 2A 161 4D 21
Octal 225 23 42 0 127 115 52 541 115 41
Binary 10010101 10011 100010 0 1010111 1001101 101010 101100001 1001101 100001

Color Harmonies of #951322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951322

Black with #951322

Text Example


Text Example

White with #951322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951322; }

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

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

background-color css

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

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

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

border-color css

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

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

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