Html Css Color HEX #9A021F Carmine

📋 copy color: '#9A021F'

red 154 ◦ green 2 ◦ blue 31

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

Shades of Carmine #9A021F

Tints of Carmine #9A021F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.58%

R = 82.35%
G = 1.07%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#9A021F (or 0x9A021F) is known color: Carmine. HEX triplet: 9A, 02 and 1F. RGB value is (154,2,31). Sum of RGB (Red+Green+Blue) = 154+2+31=187 (24% of max value = 765). Red value is 154 (60.55% from 255 or 82.35% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 154 - color contains mainly: red. Hex color #9A021F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A021F is #65FDE0. Grayscale: #323232. Windows color (decimal): -6684129 or 2032282. OLE color: 2032282.

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

Color convert

RGB 154 2 31 -
CMYK 0 0.99 0.80 0.40
HSL 348.55º 0.97% 0.31% -
HSV(B) 348.55º 0.99% 0.6% -
XYZ 13.6 7.01 1.93 -
YUV 50.75 116.86 201.64 -
System Red Green Blue C M Y K H S L
Decimal 154 2 31 0 0.99 0.80 0.40 348.55 0.97 0.31
Hex 9A 2 1F 0 63 50 28 15D 61 1F
Octal 232 2 37 0 143 120 50 535 141 37
Binary 10011010 10 11111 0 1100011 1010000 101000 101011101 1100001 11111

Color Harmonies of #9A021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A021F

Black with #9A021F

Text Example


Text Example

White with #9A021F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,2,31); }

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

background-color css

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

 a { background-color: rgb(154,2,31); }

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

border-color css

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

 span { border-color: rgb(154,2,31); }

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