Html Css Color HEX #921619 Carmine

📋 copy color: '#921619'

red 146 ◦ green 22 ◦ blue 25

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

Shades of Carmine #921619

Tints of Carmine #921619

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.4%

 BLUE value IS 25 (10.16% from 255) = 12.95%

R = 75.65%
G = 11.4%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#921619 (or 0x921619) is known color: Carmine. HEX triplet: 92, 16 and 19. RGB value is (146,22,25). Sum of RGB (Red+Green+Blue) = 146+22+25=193 (25% of max value = 765). Red value is 146 (57.42% from 255 or 75.65% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 146 - color contains mainly: red. Hex color #921619 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921619 is #6DE9E6. Grayscale: #3B3B3B. Windows color (decimal): -7203303 or 1644178. OLE color: 1644178.

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

Color convert

RGB 146 22 25 -
CMYK 0 0.85 0.83 0.43
HSL 358.55º 0.74% 0.33% -
HSV(B) 358.55º 0.85% 0.57% -
XYZ 12.32 6.75 1.57 -
YUV 59.42 108.58 189.76 -
System Red Green Blue C M Y K H S L
Decimal 146 22 25 0 0.85 0.83 0.43 358.55 0.74 0.33
Hex 92 16 19 0 55 53 2B 167 4A 21
Octal 222 26 31 0 125 123 53 547 112 41
Binary 10010010 10110 11001 0 1010101 1010011 101011 101100111 1001010 100001

Color Harmonies of #921619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921619

Black with #921619

Text Example


Text Example

White with #921619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921619; }

 p { color: rgb(146,22,25); }

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

background-color css

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

 a { background-color: rgb(146,22,25); }

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

border-color css

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

 span { border-color: rgb(146,22,25); }

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