Html Css Color HEX #98061E Carmine

📋 copy color: '#98061E'

red 152 ◦ green 6 ◦ blue 30

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

Shades of Carmine #98061E

Tints of Carmine #98061E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.19%

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

R = 80.85%
G = 3.19%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#98061E (or 0x98061E) is known color: Carmine. HEX triplet: 98, 06 and 1E. RGB value is (152,6,30). Sum of RGB (Red+Green+Blue) = 152+6+30=188 (24% of max value = 765). Red value is 152 (59.77% from 255 or 80.85% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 152 - color contains mainly: red. Hex color #98061E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98061E is #67F9E1. Grayscale: #343434. Windows color (decimal): -6814178 or 1967768. OLE color: 1967768.

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

Color convert

RGB 152 6 30 -
CMYK 0 0.96 0.80 0.40
HSL 350.14º 0.92% 0.31% -
HSV(B) 350.14º 0.96% 0.6% -
XYZ 13.25 6.9 1.86 -
YUV 52.39 115.37 199.05 -
System Red Green Blue C M Y K H S L
Decimal 152 6 30 0 0.96 0.80 0.40 350.14 0.92 0.31
Hex 98 6 1E 0 60 50 28 15E 5C 1F
Octal 230 6 36 0 140 120 50 536 134 37
Binary 10011000 110 11110 0 1100000 1010000 101000 101011110 1011100 11111

Color Harmonies of #98061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98061E

Black with #98061E

Text Example


Text Example

White with #98061E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98061E; }

 p { color: rgb(152,6,30); }

 H1.HeaderClassName
 {
   color: #98061E;
 }
 .AnyTagClassName
 {
   color: #98061E;
 }
</style>

background-color css

<style>
 a { background-color: #98061E; }

 a { background-color: rgb(152,6,30); }

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

border-color css

<style>
 span { border-color: #98061E; }

 span { border-color: rgb(152,6,30); }

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