Html Css Color HEX #9A0B1E Carmine

📋 copy color: '#9A0B1E'

red 154 ◦ green 11 ◦ blue 30

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

Shades of Carmine #9A0B1E

Tints of Carmine #9A0B1E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.64%

 BLUE value IS 30 (12.11% from 255) = 15.38%

R = 78.97%
G = 5.64%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#9A0B1E (or 0x9A0B1E) is known color: Carmine. HEX triplet: 9A, 0B and 1E. RGB value is (154,11,30). Sum of RGB (Red+Green+Blue) = 154+11+30=195 (25% of max value = 765). Red value is 154 (60.55% from 255 or 78.97% from 195); Green value is 11 (4.69% from 255 or 5.64% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0B1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0B1E is #65F4E1. Grayscale: #373737. Windows color (decimal): -6681826 or 1969050. OLE color: 1969050.

HSL color Cylindrical-coordinate representation of color #9A0B1E: hue angle of 352.03º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9A0B1E is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 11 30 -
CMYK 0 0.93 0.81 0.40
HSL 352.03º 0.87% 0.32% -
HSV(B) 352.03º 0.93% 0.6% -
XYZ 13.68 7.2 1.9 -
YUV 55.92 113.38 197.96 -
System Red Green Blue C M Y K H S L
Decimal 154 11 30 0 0.93 0.81 0.40 352.03 0.87 0.32
Hex 9A B 1E 0 5D 51 28 160 57 20
Octal 232 13 36 0 135 121 50 540 127 40
Binary 10011010 1011 11110 0 1011101 1010001 101000 101100000 1010111 100000

Color Harmonies of #9A0B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0B1E

Black with #9A0B1E

Text Example


Text Example

White with #9A0B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,11,30); }

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

background-color css

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

 a { background-color: rgb(154,11,30); }

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

border-color css

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

 span { border-color: rgb(154,11,30); }

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