Html Css Color HEX #921321 Carmine

📋 copy color: '#921321'

red 146 ◦ green 19 ◦ blue 33

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

Shades of Carmine #921321

Tints of Carmine #921321

RGB

 RED value IS 146 (57.42% from 255) = 73.74%

 GREEN value IS 19 (7.81% from 255) = 9.6%

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

R = 73.74%
G = 9.6%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#921321 (or 0x921321) is known color: Carmine. HEX triplet: 92, 13 and 21. RGB value is (146,19,33). Sum of RGB (Red+Green+Blue) = 146+19+33=198 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.74% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 33 (13.28% from 255 or 16.67% from 198); Max value from RGB is 146 - color contains mainly: red. Hex color #921321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #921321 is #6DECDE. Grayscale: #3A3A3A. Windows color (decimal): -7204063 or 2167698. OLE color: 2167698.

HSL color Cylindrical-coordinate representation of color #921321: hue angle of 353.39º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #921321 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 19 33 -
CMYK 0 0.87 0.77 0.43
HSL 353.39º 0.77% 0.32% -
HSV(B) 353.39º 0.87% 0.57% -
XYZ 12.36 6.69 2.08 -
YUV 58.57 113.58 190.36 -
System Red Green Blue C M Y K H S L
Decimal 146 19 33 0 0.87 0.77 0.43 353.39 0.77 0.32
Hex 92 13 21 0 57 4D 2B 161 4D 20
Octal 222 23 41 0 127 115 53 541 115 40
Binary 10010010 10011 100001 0 1010111 1001101 101011 101100001 1001101 100000

Color Harmonies of #921321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921321

Black with #921321

Text Example


Text Example

White with #921321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921321; }

 p { color: rgb(146,19,33); }

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

background-color css

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

 a { background-color: rgb(146,19,33); }

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

border-color css

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

 span { border-color: rgb(146,19,33); }

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