Html Css Color HEX #951323 Carmine

📋 copy color: '#951323'

red 149 ◦ green 19 ◦ blue 35

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

Shades of Carmine #951323

Tints of Carmine #951323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.24%

R = 73.4%
G = 9.36%
B = 17.24%

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

#951323 (or 0x951323) is known color: Carmine. HEX triplet: 95, 13 and 23. RGB value is (149,19,35). Sum of RGB (Red+Green+Blue) = 149+19+35=203 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.40% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 149 - color contains mainly: red. Hex color #951323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951323 is #6AECDC. Grayscale: #3B3B3B. Windows color (decimal): -7007453 or 2298773. OLE color: 2298773.

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

Color convert

RGB 149 19 35 -
CMYK 0 0.87 0.77 0.42
HSL 352.62º 0.77% 0.33% -
HSV(B) 352.62º 0.87% 0.58% -
XYZ 12.93 6.98 2.26 -
YUV 59.69 114.07 191.7 -
System Red Green Blue C M Y K H S L
Decimal 149 19 35 0 0.87 0.77 0.42 352.62 0.77 0.33
Hex 95 13 23 0 57 4D 2A 161 4D 21
Octal 225 23 43 0 127 115 52 541 115 41
Binary 10010101 10011 100011 0 1010111 1001101 101010 101100001 1001101 100001

Color Harmonies of #951323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951323

Black with #951323

Text Example


Text Example

White with #951323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951323; }

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

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

background-color css

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

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

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

border-color css

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

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

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