Html Css Color HEX #951622 Carmine

📋 copy color: '#951622'

red 149 ◦ green 22 ◦ blue 34

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

Shades of Carmine #951622

Tints of Carmine #951622

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.73%

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

R = 72.68%
G = 10.73%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#951622 (or 0x951622) is known color: Carmine. HEX triplet: 95, 16 and 22. RGB value is (149,22,34). Sum of RGB (Red+Green+Blue) = 149+22+34=205 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.68% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 149 - color contains mainly: red. Hex color #951622 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951622 is #6AE9DD. Grayscale: #3D3D3D. Windows color (decimal): -7006686 or 2234005. OLE color: 2234005.

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

Color convert

RGB 149 22 34 -
CMYK 0 0.85 0.77 0.42
HSL 354.33º 0.74% 0.34% -
HSV(B) 354.33º 0.85% 0.58% -
XYZ 12.97 7.08 2.2 -
YUV 61.34 112.58 190.52 -
System Red Green Blue C M Y K H S L
Decimal 149 22 34 0 0.85 0.77 0.42 354.33 0.74 0.34
Hex 95 16 22 0 55 4D 2A 162 4A 22
Octal 225 26 42 0 125 115 52 542 112 42
Binary 10010101 10110 100010 0 1010101 1001101 101010 101100010 1001010 100010

Color Harmonies of #951622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951622

Black with #951622

Text Example


Text Example

White with #951622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951622; }

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

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

background-color css

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

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

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

border-color css

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

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

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