Html Css Color HEX #960230 Carmine

📋 copy color: '#960230'

red 150 ◦ green 2 ◦ blue 48

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

Shades of Carmine #960230

Tints of Carmine #960230

RGB

 RED value IS 150 (58.98% from 255) = 75%

 GREEN value IS 2 (1.17% from 255) = 1%

 BLUE value IS 48 (19.14% from 255) = 24%

R = 75%
G = 1%
B = 24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#960230 (or 0x960230) is known color: Carmine. HEX triplet: 96, 02 and 30. RGB value is (150,2,48). Sum of RGB (Red+Green+Blue) = 150+2+48=200 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 150 - color contains mainly: red. Hex color #960230 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960230 is #69FDCF. Grayscale: #333333. Windows color (decimal): -6946256 or 3146390. OLE color: 3146390.

HSL color Cylindrical-coordinate representation of color #960230: hue angle of 341.35º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #960230 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 2 48 -
CMYK 0 0.99 0.68 0.41
HSL 341.35º 0.97% 0.3% -
HSV(B) 341.35º 0.99% 0.59% -
XYZ 13.13 6.74 3.41 -
YUV 51.5 126.03 198.26 -
System Red Green Blue C M Y K H S L
Decimal 150 2 48 0 0.99 0.68 0.41 341.35 0.97 0.3
Hex 96 2 30 0 63 44 29 155 61 1E
Octal 226 2 60 0 143 104 51 525 141 36
Binary 10010110 10 110000 0 1100011 1000100 101001 101010101 1100001 11110

Color Harmonies of #960230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960230

Black with #960230

Text Example


Text Example

White with #960230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960230; }

 p { color: rgb(150,2,48); }

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

background-color css

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

 a { background-color: rgb(150,2,48); }

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

border-color css

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

 span { border-color: rgb(150,2,48); }

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