Html Css Color HEX #98061C Carmine

📋 copy color: '#98061C'

red 152 ◦ green 6 ◦ blue 28

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

Shades of Carmine #98061C

Tints of Carmine #98061C

RGB

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

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

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

R = 81.72%
G = 3.23%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#98061C (or 0x98061C) is known color: Carmine. HEX triplet: 98, 06 and 1C. RGB value is (152,6,28). Sum of RGB (Red+Green+Blue) = 152+6+28=186 (24% of max value = 765). Red value is 152 (59.77% from 255 or 81.72% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 152 - color contains mainly: red. Hex color #98061C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98061C is #67F9E3. Grayscale: #343434. Windows color (decimal): -6814180 or 1836696. OLE color: 1836696.

HSL color Cylindrical-coordinate representation of color #98061C: hue angle of 350.96º 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 #98061C is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 6 28 -
CMYK 0 0.96 0.82 0.40
HSL 350.96º 0.92% 0.31% -
HSV(B) 350.96º 0.96% 0.6% -
XYZ 13.22 6.89 1.73 -
YUV 52.16 114.37 199.21 -
System Red Green Blue C M Y K H S L
Decimal 152 6 28 0 0.96 0.82 0.40 350.96 0.92 0.31
Hex 98 6 1C 0 60 52 28 15F 5C 1F
Octal 230 6 34 0 140 122 50 537 134 37
Binary 10011000 110 11100 0 1100000 1010010 101000 101011111 1011100 11111

Color Harmonies of #98061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98061C

Black with #98061C

Text Example


Text Example

White with #98061C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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