Html Css Color HEX #921424 Carmine

📋 copy color: '#921424'

red 146 ◦ green 20 ◦ blue 36

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

Shades of Carmine #921424

Tints of Carmine #921424

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.9%

 BLUE value IS 36 (14.45% from 255) = 17.82%

R = 72.28%
G = 9.9%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#921424 (or 0x921424) is known color: Carmine. HEX triplet: 92, 14 and 24. RGB value is (146,20,36). Sum of RGB (Red+Green+Blue) = 146+20+36=202 (26% of max value = 765). Red value is 146 (57.42% from 255 or 72.28% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 36 (14.45% from 255 or 17.82% from 202); Max value from RGB is 146 - color contains mainly: red. Hex color #921424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #921424 is #6DEBDB. Grayscale: #3B3B3B. Windows color (decimal): -7203804 or 2364562. OLE color: 2364562.

HSL color Cylindrical-coordinate representation of color #921424: hue angle of 352.38º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #921424 is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 20 36 -
CMYK 0 0.86 0.75 0.43
HSL 352.38º 0.76% 0.33% -
HSV(B) 352.38º 0.86% 0.57% -
XYZ 12.42 6.74 2.32 -
YUV 59.5 114.74 189.7 -
System Red Green Blue C M Y K H S L
Decimal 146 20 36 0 0.86 0.75 0.43 352.38 0.76 0.33
Hex 92 14 24 0 56 4B 2B 160 4C 21
Octal 222 24 44 0 126 113 53 540 114 41
Binary 10010010 10100 100100 0 1010110 1001011 101011 101100000 1001100 100001

Color Harmonies of #921424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921424

Black with #921424

Text Example


Text Example

White with #921424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921424; }

 p { color: rgb(146,20,36); }

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

background-color css

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

 a { background-color: rgb(146,20,36); }

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

border-color css

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

 span { border-color: rgb(146,20,36); }

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