Html Css Color HEX #98101A Carmine

📋 copy color: '#98101A'

red 152 ◦ green 16 ◦ blue 26

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

Shades of Carmine #98101A

Tints of Carmine #98101A

RGB

 RED value IS 152 (59.77% from 255) = 78.35%

 GREEN value IS 16 (6.64% from 255) = 8.25%

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

R = 78.35%
G = 8.25%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.40

RGB Variations

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

Color information

#98101A (or 0x98101A) is known color: Carmine. HEX triplet: 98, 10 and 1A. RGB value is (152,16,26). Sum of RGB (Red+Green+Blue) = 152+16+26=194 (25% of max value = 765). Red value is 152 (59.77% from 255 or 78.35% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 152 - color contains mainly: red. Hex color #98101A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98101A is #67EFE5. Grayscale: #393939. Windows color (decimal): -6811622 or 1708184. OLE color: 1708184.

HSL color Cylindrical-coordinate representation of color #98101A: hue angle of 355.59º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #98101A is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 16 26 -
CMYK 0 0.89 0.83 0.40
HSL 355.59º 0.81% 0.33% -
HSV(B) 355.59º 0.89% 0.6% -
XYZ 13.32 7.12 1.65 -
YUV 57.8 110.06 195.19 -
System Red Green Blue C M Y K H S L
Decimal 152 16 26 0 0.89 0.83 0.40 355.59 0.81 0.33
Hex 98 10 1A 0 59 53 28 164 51 21
Octal 230 20 32 0 131 123 50 544 121 41
Binary 10011000 10000 11010 0 1011001 1010011 101000 101100100 1010001 100001

Color Harmonies of #98101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98101A

Black with #98101A

Text Example


Text Example

White with #98101A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,16,26); }

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

background-color css

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

 a { background-color: rgb(152,16,26); }

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

border-color css

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

 span { border-color: rgb(152,16,26); }

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