Html Css Color HEX #97022D Carmine

📋 copy color: '#97022D'

red 151 ◦ green 2 ◦ blue 45

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

Shades of Carmine #97022D

Tints of Carmine #97022D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.73%

R = 76.26%
G = 1.01%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#97022D (or 0x97022D) is known color: Carmine. HEX triplet: 97, 02 and 2D. RGB value is (151,2,45). Sum of RGB (Red+Green+Blue) = 151+2+45=198 (26% of max value = 765). Red value is 151 (59.38% from 255 or 76.26% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 151 - color contains mainly: red. Hex color #97022D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97022D is #68FDD2. Grayscale: #333333. Windows color (decimal): -6880723 or 2949783. OLE color: 2949783.

HSL color Cylindrical-coordinate representation of color #97022D: hue angle of 342.68º 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 #97022D is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 2 45 -
CMYK 0 0.99 0.70 0.41
HSL 342.68º 0.97% 0.3% -
HSV(B) 342.68º 0.99% 0.59% -
XYZ 13.26 6.81 3.1 -
YUV 51.45 124.36 199 -
System Red Green Blue C M Y K H S L
Decimal 151 2 45 0 0.99 0.70 0.41 342.68 0.97 0.3
Hex 97 2 2D 0 63 46 29 157 61 1E
Octal 227 2 55 0 143 106 51 527 141 36
Binary 10010111 10 101101 0 1100011 1000110 101001 101010111 1100001 11110

Color Harmonies of #97022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97022D

Black with #97022D

Text Example


Text Example

White with #97022D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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