Html Css Color HEX #951024 Carmine

📋 copy color: '#951024'

red 149 ◦ green 16 ◦ blue 36

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

Shades of Carmine #951024

Tints of Carmine #951024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.96%

 BLUE value IS 36 (14.45% from 255) = 17.91%

R = 74.13%
G = 7.96%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#951024 (or 0x951024) is known color: Carmine. HEX triplet: 95, 10 and 24. RGB value is (149,16,36). Sum of RGB (Red+Green+Blue) = 149+16+36=201 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.13% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 36 (14.45% from 255 or 17.91% from 201); Max value from RGB is 149 - color contains mainly: red. Hex color #951024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951024 is #6AEFDB. Grayscale: #3A3A3A. Windows color (decimal): -7008220 or 2363541. OLE color: 2363541.

HSL color Cylindrical-coordinate representation of color #951024: hue angle of 350.98º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951024 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 16 36 -
CMYK 0 0.89 0.76 0.42
HSL 350.98º 0.81% 0.32% -
HSV(B) 350.98º 0.89% 0.58% -
XYZ 12.9 6.89 2.32 -
YUV 58.05 115.56 192.87 -
System Red Green Blue C M Y K H S L
Decimal 149 16 36 0 0.89 0.76 0.42 350.98 0.81 0.32
Hex 95 10 24 0 59 4C 2A 15F 51 20
Octal 225 20 44 0 131 114 52 537 121 40
Binary 10010101 10000 100100 0 1011001 1001100 101010 101011111 1010001 100000

Color Harmonies of #951024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951024

Black with #951024

Text Example


Text Example

White with #951024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951024; }

 p { color: rgb(149,16,36); }

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

background-color css

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

 a { background-color: rgb(149,16,36); }

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

border-color css

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

 span { border-color: rgb(149,16,36); }

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