Html Css Color HEX #97022C Carmine

📋 copy color: '#97022C'

red 151 ◦ green 2 ◦ blue 44

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

Shades of Carmine #97022C

Tints of Carmine #97022C

RGB

 RED value IS 151 (59.38% from 255) = 76.65%

 GREEN value IS 2 (1.17% from 255) = 1.02%

 BLUE value IS 44 (17.58% from 255) = 22.34%

R = 76.65%
G = 1.02%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#97022C (or 0x97022C) is known color: Carmine. HEX triplet: 97, 02 and 2C. RGB value is (151,2,44). Sum of RGB (Red+Green+Blue) = 151+2+44=197 (26% of max value = 765). Red value is 151 (59.38% from 255 or 76.65% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 151 - color contains mainly: red. Hex color #97022C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97022C is #68FDD3. Grayscale: #333333. Windows color (decimal): -6880724 or 2884247. OLE color: 2884247.

HSL color Cylindrical-coordinate representation of color #97022C: hue angle of 343.09º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #97022C is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 2 44 -
CMYK 0 0.99 0.71 0.41
HSL 343.09º 0.97% 0.3% -
HSV(B) 343.09º 0.99% 0.59% -
XYZ 13.24 6.8 3 -
YUV 51.34 123.86 199.08 -
System Red Green Blue C M Y K H S L
Decimal 151 2 44 0 0.99 0.71 0.41 343.09 0.97 0.3
Hex 97 2 2C 0 63 47 29 157 61 1E
Octal 227 2 54 0 143 107 51 527 141 36
Binary 10010111 10 101100 0 1100011 1000111 101001 101010111 1100001 11110

Color Harmonies of #97022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97022C

Black with #97022C

Text Example


Text Example

White with #97022C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,2,44); }

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

background-color css

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

 a { background-color: rgb(151,2,44); }

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

border-color css

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

 span { border-color: rgb(151,2,44); }

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