Html Css Color HEX #9A0318 Carmine

📋 copy color: '#9A0318'

red 154 ◦ green 3 ◦ blue 24

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

Shades of Carmine #9A0318

Tints of Carmine #9A0318

RGB

 RED value IS 154 (60.55% from 255) = 85.08%

 GREEN value IS 3 (1.56% from 255) = 1.66%

 BLUE value IS 24 (9.77% from 255) = 13.26%

R = 85.08%
G = 1.66%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#9A0318 (or 0x9A0318) is known color: Carmine. HEX triplet: 9A, 03 and 18. RGB value is (154,3,24). Sum of RGB (Red+Green+Blue) = 154+3+24=181 (23% of max value = 765). Red value is 154 (60.55% from 255 or 85.08% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 24 (9.77% from 255 or 13.26% from 181); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0318 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0318 is #65FCE7. Grayscale: #323232. Windows color (decimal): -6683880 or 1573786. OLE color: 1573786.

HSL color Cylindrical-coordinate representation of color #9A0318: hue angle of 351.66º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A0318 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 3 24 -
CMYK 0 0.98 0.84 0.40
HSL 351.66º 0.96% 0.31% -
HSV(B) 351.66º 0.98% 0.6% -
XYZ 13.52 7 1.5 -
YUV 50.54 113.03 201.79 -
System Red Green Blue C M Y K H S L
Decimal 154 3 24 0 0.98 0.84 0.40 351.66 0.96 0.31
Hex 9A 3 18 0 62 54 28 160 60 1F
Octal 232 3 30 0 142 124 50 540 140 37
Binary 10011010 11 11000 0 1100010 1010100 101000 101100000 1100000 11111

Color Harmonies of #9A0318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0318

Black with #9A0318

Text Example


Text Example

White with #9A0318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A0318; }

 p { color: rgb(154,3,24); }

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

background-color css

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

 a { background-color: rgb(154,3,24); }

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

border-color css

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

 span { border-color: rgb(154,3,24); }

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