Html Css Color HEX #930822 Carmine

📋 copy color: '#930822'

red 147 ◦ green 8 ◦ blue 34

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

Shades of Carmine #930822

Tints of Carmine #930822

RGB

 RED value IS 147 (57.81% from 255) = 77.78%

 GREEN value IS 8 (3.52% from 255) = 4.23%

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

R = 77.78%
G = 4.23%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#930822 (or 0x930822) is known color: Carmine. HEX triplet: 93, 08 and 22. RGB value is (147,8,34). Sum of RGB (Red+Green+Blue) = 147+8+34=189 (25% of max value = 765). Red value is 147 (57.81% from 255 or 77.78% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 34 (13.67% from 255 or 17.99% from 189); Max value from RGB is 147 - color contains mainly: red. Hex color #930822 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930822 is #6CF7DD. Grayscale: #343434. Windows color (decimal): -7141342 or 2230419. OLE color: 2230419.

HSL color Cylindrical-coordinate representation of color #930822: hue angle of 348.78º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #930822 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 8 34 -
CMYK 0 0.95 0.77 0.42
HSL 348.78º 0.9% 0.3% -
HSV(B) 348.78º 0.95% 0.58% -
XYZ 12.41 6.49 2.11 -
YUV 52.53 117.55 195.39 -
System Red Green Blue C M Y K H S L
Decimal 147 8 34 0 0.95 0.77 0.42 348.78 0.9 0.3
Hex 93 8 22 0 5F 4D 2A 15D 5A 1E
Octal 223 10 42 0 137 115 52 535 132 36
Binary 10010011 1000 100010 0 1011111 1001101 101010 101011101 1011010 11110

Color Harmonies of #930822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930822

Black with #930822

Text Example


Text Example

White with #930822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930822; }

 p { color: rgb(147,8,34); }

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

background-color css

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

 a { background-color: rgb(147,8,34); }

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

border-color css

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

 span { border-color: rgb(147,8,34); }

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