Html Css Color HEX #921326 Carmine

📋 copy color: '#921326'

red 146 ◦ green 19 ◦ blue 38

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

Shades of Carmine #921326

Tints of Carmine #921326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.72%

R = 71.92%
G = 9.36%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#921326 (or 0x921326) is known color: Carmine. HEX triplet: 92, 13 and 26. RGB value is (146,19,38). Sum of RGB (Red+Green+Blue) = 146+19+38=203 (26% of max value = 765). Red value is 146 (57.42% from 255 or 71.92% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 38 (15.23% from 255 or 18.72% from 203); Max value from RGB is 146 - color contains mainly: red. Hex color #921326 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #921326 is #6DECD9. Grayscale: #3B3B3B. Windows color (decimal): -7204058 or 2495378. OLE color: 2495378.

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

Color convert

RGB 146 19 38 -
CMYK 0 0.87 0.74 0.43
HSL 351.02º 0.77% 0.32% -
HSV(B) 351.02º 0.87% 0.57% -
XYZ 12.44 6.72 2.47 -
YUV 59.14 116.08 189.96 -
System Red Green Blue C M Y K H S L
Decimal 146 19 38 0 0.87 0.74 0.43 351.02 0.77 0.32
Hex 92 13 26 0 57 4A 2B 15F 4D 20
Octal 222 23 46 0 127 112 53 537 115 40
Binary 10010010 10011 100110 0 1010111 1001010 101011 101011111 1001101 100000

Color Harmonies of #921326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921326

Black with #921326

Text Example


Text Example

White with #921326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921326; }

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

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

background-color css

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

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

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

border-color css

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

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

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