#97001E

Color #97001E Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #97001E

Tints of Carmine #97001E

Color information

#97001E (or 0x97001E) is unknown color: approx Carmine. HEX triplet: 97, 00 and 1E. RGB value is (151,0,30). Sum of RGB (Red+Green+Blue) = 151+0+30=181 (23% of max value = 765). Red value is 151 (59.38% from 255 or 83.43% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 151 - color contains mainly: red. Hex color #97001E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97001E is #68FFE1. Grayscale: #303030. Windows color (decimal): -6881250 or 1966231. OLE color: 1966231.

HSL color Cylindrical-coordinate representation of color #97001E: hue angle of 348.08º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #97001E is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB151030-
CMYK010.800.41
HSL348.08º100%29.61%-
HSV(B)348.08º100%59.22%-
XYZ136.671.83-
YUV48.57117.53201.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 83.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 16.57%
R=83.43%
G=0%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151030010.800.41348.0810029.61
Hex9701E064502915c641e
Octal22703601441205153414436
Binary10010111011110011001001010000101001101011100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,0,30); }

 H1.HeaderClassName
 {
   color: #97001E;
 }
 .AnyTagClassName
 {
   color: #97001E;
 }
</style>
background-color css

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

 a { background-color: rgb(151,0,30); }

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

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

 span { border-color: rgb(151,0,30); }

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