Html Css Color HEX #921328 Carmine

📋 copy color: '#921328'

red 146 ◦ green 19 ◦ blue 40

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

Shades of Carmine #921328

Tints of Carmine #921328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.51%

R = 71.22%
G = 9.27%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.43

RGB Variations

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

Color information

#921328 (or 0x921328) is known color: Carmine. HEX triplet: 92, 13 and 28. RGB value is (146,19,40). Sum of RGB (Red+Green+Blue) = 146+19+40=205 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.22% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 146 - color contains mainly: red. Hex color #921328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #921328 is #6DECD7. Grayscale: #3B3B3B. Windows color (decimal): -7204056 or 2626450. OLE color: 2626450.

HSL color Cylindrical-coordinate representation of color #921328: hue angle of 350.08º 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 #921328 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 19 40 -
CMYK 0 0.87 0.73 0.43
HSL 350.08º 0.77% 0.32% -
HSV(B) 350.08º 0.87% 0.57% -
XYZ 12.47 6.73 2.65 -
YUV 59.37 117.08 189.79 -
System Red Green Blue C M Y K H S L
Decimal 146 19 40 0 0.87 0.73 0.43 350.08 0.77 0.32
Hex 92 13 28 0 57 49 2B 15E 4D 20
Octal 222 23 50 0 127 111 53 536 115 40
Binary 10010010 10011 101000 0 1010111 1001001 101011 101011110 1001101 100000

Color Harmonies of #921328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921328

Black with #921328

Text Example


Text Example

White with #921328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921328; }

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

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

background-color css

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

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

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

border-color css

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

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

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