Html Css Color HEX #96082F Carmine

📋 copy color: '#96082F'

red 150 ◦ green 8 ◦ blue 47

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

Shades of Carmine #96082F

Tints of Carmine #96082F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.9%

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

R = 73.17%
G = 3.9%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#96082F (or 0x96082F) is known color: Carmine. HEX triplet: 96, 08 and 2F. RGB value is (150,8,47). Sum of RGB (Red+Green+Blue) = 150+8+47=205 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.17% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 150 - color contains mainly: red. Hex color #96082F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96082F is #69F7D0. Grayscale: #363636. Windows color (decimal): -6944721 or 3082390. OLE color: 3082390.

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

Color convert

RGB 150 8 47 -
CMYK 0 0.95 0.69 0.41
HSL 343.52º 0.9% 0.31% -
HSV(B) 343.52º 0.95% 0.59% -
XYZ 13.18 6.86 3.32 -
YUV 54.9 123.54 195.83 -
System Red Green Blue C M Y K H S L
Decimal 150 8 47 0 0.95 0.69 0.41 343.52 0.9 0.31
Hex 96 8 2F 0 5F 45 29 158 5A 1F
Octal 226 10 57 0 137 105 51 530 132 37
Binary 10010110 1000 101111 0 1011111 1000101 101001 101011000 1011010 11111

Color Harmonies of #96082F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96082F

Black with #96082F

Text Example


Text Example

White with #96082F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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