Html Css Color HEX #98061B Carmine

📋 copy color: '#98061B'

red 152 ◦ green 6 ◦ blue 27

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

Shades of Carmine #98061B

Tints of Carmine #98061B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.59%

R = 82.16%
G = 3.24%
B = 14.59%

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

#98061B (or 0x98061B) is known color: Carmine. HEX triplet: 98, 06 and 1B. RGB value is (152,6,27). Sum of RGB (Red+Green+Blue) = 152+6+27=185 (24% of max value = 765). Red value is 152 (59.77% from 255 or 82.16% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 152 - color contains mainly: red. Hex color #98061B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98061B is #67F9E4. Grayscale: #343434. Windows color (decimal): -6814181 or 1771160. OLE color: 1771160.

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

Color convert

RGB 152 6 27 -
CMYK 0 0.96 0.82 0.40
HSL 351.37º 0.92% 0.31% -
HSV(B) 351.37º 0.96% 0.6% -
XYZ 13.21 6.88 1.67 -
YUV 52.05 113.87 199.29 -
System Red Green Blue C M Y K H S L
Decimal 152 6 27 0 0.96 0.82 0.40 351.37 0.92 0.31
Hex 98 6 1B 0 60 52 28 15F 5C 1F
Octal 230 6 33 0 140 122 50 537 134 37
Binary 10011000 110 11011 0 1100000 1010010 101000 101011111 1011100 11111

Color Harmonies of #98061B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98061B

Black with #98061B

Text Example


Text Example

White with #98061B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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