Html Css Color HEX #9A051C Carmine

📋 copy color: '#9A051C'

red 154 ◦ green 5 ◦ blue 28

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

Shades of Carmine #9A051C

Tints of Carmine #9A051C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.67%

 BLUE value IS 28 (11.33% from 255) = 14.97%

R = 82.35%
G = 2.67%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#9A051C (or 0x9A051C) is known color: Carmine. HEX triplet: 9A, 05 and 1C. RGB value is (154,5,28). Sum of RGB (Red+Green+Blue) = 154+5+28=187 (24% of max value = 765). Red value is 154 (60.55% from 255 or 82.35% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 154 - color contains mainly: red. Hex color #9A051C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A051C is #65FAE3. Grayscale: #343434. Windows color (decimal): -6683364 or 1836442. OLE color: 1836442.

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

Color convert

RGB 154 5 28 -
CMYK 0 0.97 0.82 0.40
HSL 350.74º 0.94% 0.31% -
HSV(B) 350.74º 0.97% 0.6% -
XYZ 13.59 7.06 1.75 -
YUV 52.17 114.36 200.63 -
System Red Green Blue C M Y K H S L
Decimal 154 5 28 0 0.97 0.82 0.40 350.74 0.94 0.31
Hex 9A 5 1C 0 61 52 28 15F 5E 1F
Octal 232 5 34 0 141 122 50 537 136 37
Binary 10011010 101 11100 0 1100001 1010010 101000 101011111 1011110 11111

Color Harmonies of #9A051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A051C

Black with #9A051C

Text Example


Text Example

White with #9A051C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,5,28); }

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

background-color css

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

 a { background-color: rgb(154,5,28); }

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

border-color css

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

 span { border-color: rgb(154,5,28); }

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