Html Css Color HEX #930821 Carmine

📋 copy color: '#930821'

red 147 ◦ green 8 ◦ blue 33

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

Shades of Carmine #930821

Tints of Carmine #930821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 17.55%

R = 78.19%
G = 4.26%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#930821 (or 0x930821) is known color: Carmine. HEX triplet: 93, 08 and 21. RGB value is (147,8,33). Sum of RGB (Red+Green+Blue) = 147+8+33=188 (24% of max value = 765). Red value is 147 (57.81% from 255 or 78.19% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 147 - color contains mainly: red. Hex color #930821 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930821 is #6CF7DE. Grayscale: #343434. Windows color (decimal): -7141343 or 2164883. OLE color: 2164883.

HSL color Cylindrical-coordinate representation of color #930821: hue angle of 349.21º 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 #930821 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 8 33 -
CMYK 0 0.95 0.78 0.42
HSL 349.21º 0.9% 0.3% -
HSV(B) 349.21º 0.95% 0.58% -
XYZ 12.39 6.49 2.04 -
YUV 52.41 117.05 195.47 -
System Red Green Blue C M Y K H S L
Decimal 147 8 33 0 0.95 0.78 0.42 349.21 0.9 0.3
Hex 93 8 21 0 5F 4E 2A 15D 5A 1E
Octal 223 10 41 0 137 116 52 535 132 36
Binary 10010011 1000 100001 0 1011111 1001110 101010 101011101 1011010 11110

Color Harmonies of #930821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930821

Black with #930821

Text Example


Text Example

White with #930821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930821; }

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

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

background-color css

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

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

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

border-color css

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

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

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