Html Css Color HEX #970022 Carmine

📋 copy color: '#970022'

red 151 ◦ green 0 ◦ blue 34

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

Shades of Carmine #970022

Tints of Carmine #970022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 34 (13.67% from 255) = 18.38%

R = 81.62%
G = 0%
B = 18.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#970022 (or 0x970022) is known color: Carmine. HEX triplet: 97, 00 and 22. RGB value is (151,0,34). Sum of RGB (Red+Green+Blue) = 151+0+34=185 (24% of max value = 765). Red value is 151 (59.38% from 255 or 81.62% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 151 - color contains mainly: red. Hex color #970022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970022 is #68FFDD. Grayscale: #313131. Windows color (decimal): -6881246 or 2228375. OLE color: 2228375.

HSL color Cylindrical-coordinate representation of color #970022: hue angle of 346.49º 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 #970022 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 0 34 -
CMYK 0 1 0.77 0.41
HSL 346.49º 1% 0.3% -
HSV(B) 346.49º 1% 0.59% -
XYZ 13.05 6.69 2.12 -
YUV 49.03 119.53 200.74 -
System Red Green Blue C M Y K H S L
Decimal 151 0 34 0 1 0.77 0.41 346.49 1 0.3
Hex 97 0 22 0 64 4D 29 15A 64 1E
Octal 227 0 42 0 144 115 51 532 144 36
Binary 10010111 0 100010 0 1100100 1001101 101001 101011010 1100100 11110

Color Harmonies of #970022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970022

Black with #970022

Text Example


Text Example

White with #970022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970022; }

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

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

background-color css

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

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

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

border-color css

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

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

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