Html Css Color HEX #96002F Carmine

📋 copy color: '#96002F'

red 150 ◦ green 0 ◦ blue 47

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

Shades of Carmine #96002F

Tints of Carmine #96002F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 47 (18.75% from 255) = 23.86%

R = 76.14%
G = 0%
B = 23.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#96002F (or 0x96002F) is known color: Carmine. HEX triplet: 96, 00 and 2F. RGB value is (150,0,47). Sum of RGB (Red+Green+Blue) = 150+0+47=197 (26% of max value = 765). Red value is 150 (58.98% from 255 or 76.14% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 150 - color contains mainly: red. Hex color #96002F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96002F is #69FFD0. Grayscale: #323232. Windows color (decimal): -6946769 or 3080342. OLE color: 3080342.

HSL color Cylindrical-coordinate representation of color #96002F: hue angle of 341.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96002F is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 0 47 -
CMYK 0 1 0.69 0.41
HSL 341.2º 1% 0.29% -
HSV(B) 341.2º 1% 0.59% -
XYZ 13.09 6.69 3.29 -
YUV 50.21 126.2 199.18 -
System Red Green Blue C M Y K H S L
Decimal 150 0 47 0 1 0.69 0.41 341.2 1 0.29
Hex 96 0 2F 0 64 45 29 155 64 1D
Octal 226 0 57 0 144 105 51 525 144 35
Binary 10010110 0 101111 0 1100100 1000101 101001 101010101 1100100 11101

Color Harmonies of #96002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96002F

Black with #96002F

Text Example


Text Example

White with #96002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96002F; }

 p { color: rgb(150,0,47); }

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

background-color css

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

 a { background-color: rgb(150,0,47); }

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

border-color css

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

 span { border-color: rgb(150,0,47); }

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