Html Css Color HEX #96081A Carmine

📋 copy color: '#96081A'

red 150 ◦ green 8 ◦ blue 26

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

Shades of Carmine #96081A

Tints of Carmine #96081A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.13%

R = 81.52%
G = 4.35%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#96081A (or 0x96081A) is known color: Carmine. HEX triplet: 96, 08 and 1A. RGB value is (150,8,26). Sum of RGB (Red+Green+Blue) = 150+8+26=184 (24% of max value = 765). Red value is 150 (58.98% from 255 or 81.52% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 26 (10.55% from 255 or 14.13% from 184); Max value from RGB is 150 - color contains mainly: red. Hex color #96081A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96081A is #69F7E5. Grayscale: #343434. Windows color (decimal): -6944742 or 1706134. OLE color: 1706134.

HSL color Cylindrical-coordinate representation of color #96081A: hue angle of 352.39º 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 #96081A is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 8 26 -
CMYK 0 0.95 0.83 0.41
HSL 352.39º 0.9% 0.31% -
HSV(B) 352.39º 0.95% 0.59% -
XYZ 12.85 6.73 1.6 -
YUV 52.51 113.04 197.54 -
System Red Green Blue C M Y K H S L
Decimal 150 8 26 0 0.95 0.83 0.41 352.39 0.9 0.31
Hex 96 8 1A 0 5F 53 29 160 5A 1F
Octal 226 10 32 0 137 123 51 540 132 37
Binary 10010110 1000 11010 0 1011111 1010011 101001 101100000 1011010 11111

Color Harmonies of #96081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96081A

Black with #96081A

Text Example


Text Example

White with #96081A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96081A; }

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

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

background-color css

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

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

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

border-color css

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

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

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