Html Css Color HEX #921719 Carmine

📋 copy color: '#921719'

red 146 ◦ green 23 ◦ blue 25

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

Shades of Carmine #921719

Tints of Carmine #921719

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.86%

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

R = 75.26%
G = 11.86%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#921719 (or 0x921719) is known color: Carmine. HEX triplet: 92, 17 and 19. RGB value is (146,23,25). Sum of RGB (Red+Green+Blue) = 146+23+25=194 (25% of max value = 765). Red value is 146 (57.42% from 255 or 75.26% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 146 - color contains mainly: red. Hex color #921719 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921719 is #6DE8E6. Grayscale: #3C3C3C. Windows color (decimal): -7203047 or 1644434. OLE color: 1644434.

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

Color convert

RGB 146 23 25 -
CMYK 0 0.84 0.83 0.43
HSL 359.02º 0.73% 0.33% -
HSV(B) 359.02º 0.84% 0.57% -
XYZ 12.34 6.79 1.58 -
YUV 60.01 108.25 189.34 -
System Red Green Blue C M Y K H S L
Decimal 146 23 25 0 0.84 0.83 0.43 359.02 0.73 0.33
Hex 92 17 19 0 54 53 2B 167 49 21
Octal 222 27 31 0 124 123 53 547 111 41
Binary 10010010 10111 11001 0 1010100 1010011 101011 101100111 1001001 100001

Color Harmonies of #921719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921719

Black with #921719

Text Example


Text Example

White with #921719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921719; }

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

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

background-color css

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

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

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

border-color css

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

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

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