Html Css Color HEX #951423 Carmine

📋 copy color: '#951423'

red 149 ◦ green 20 ◦ blue 35

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

Shades of Carmine #951423

Tints of Carmine #951423

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.8%

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

R = 73.04%
G = 9.8%
B = 17.16%

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

#951423 (or 0x951423) is known color: Carmine. HEX triplet: 95, 14 and 23. RGB value is (149,20,35). Sum of RGB (Red+Green+Blue) = 149+20+35=204 (27% of max value = 765). Red value is 149 (58.59% from 255 or 73.04% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 35 (14.06% from 255 or 17.16% from 204); Max value from RGB is 149 - color contains mainly: red. Hex color #951423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951423 is #6AEBDC. Grayscale: #3C3C3C. Windows color (decimal): -7007197 or 2299029. OLE color: 2299029.

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

Color convert

RGB 149 20 35 -
CMYK 0 0.87 0.77 0.42
HSL 353.02º 0.76% 0.33% -
HSV(B) 353.02º 0.87% 0.58% -
XYZ 12.95 7.01 2.26 -
YUV 60.28 113.74 191.28 -
System Red Green Blue C M Y K H S L
Decimal 149 20 35 0 0.87 0.77 0.42 353.02 0.76 0.33
Hex 95 14 23 0 57 4D 2A 161 4C 21
Octal 225 24 43 0 127 115 52 541 114 41
Binary 10010101 10100 100011 0 1010111 1001101 101010 101100001 1001100 100001

Color Harmonies of #951423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951423

Black with #951423

Text Example


Text Example

White with #951423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951423; }

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

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

background-color css

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

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

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

border-color css

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

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

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