Html Css Color HEX #941419 Carmine

📋 copy color: '#941419'

red 148 ◦ green 20 ◦ blue 25

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

Shades of Carmine #941419

Tints of Carmine #941419

RGB

 RED value IS 148 (58.2% from 255) = 76.68%

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

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

R = 76.68%
G = 10.36%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#941419 (or 0x941419) is known color: Carmine. HEX triplet: 94, 14 and 19. RGB value is (148,20,25). Sum of RGB (Red+Green+Blue) = 148+20+25=193 (25% of max value = 765). Red value is 148 (58.20% from 255 or 76.68% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 148 - color contains mainly: red. Hex color #941419 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941419 is #6BEBE6. Grayscale: #3A3A3A. Windows color (decimal): -7072743 or 1643668. OLE color: 1643668.

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

Color convert

RGB 148 20 25 -
CMYK 0 0.86 0.83 0.42
HSL 357.66º 0.76% 0.33% -
HSV(B) 357.66º 0.86% 0.58% -
XYZ 12.64 6.87 1.58 -
YUV 58.84 108.91 191.59 -
System Red Green Blue C M Y K H S L
Decimal 148 20 25 0 0.86 0.83 0.42 357.66 0.76 0.33
Hex 94 14 19 0 56 53 2A 166 4C 21
Octal 224 24 31 0 126 123 52 546 114 41
Binary 10010100 10100 11001 0 1010110 1010011 101010 101100110 1001100 100001

Color Harmonies of #941419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941419

Black with #941419

Text Example


Text Example

White with #941419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941419; }

 p { color: rgb(148,20,25); }

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

background-color css

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

 a { background-color: rgb(148,20,25); }

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

border-color css

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

 span { border-color: rgb(148,20,25); }

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