Html Css Color HEX #94131A Carmine

📋 copy color: '#94131A'

red 148 ◦ green 19 ◦ blue 26

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

Shades of Carmine #94131A

Tints of Carmine #94131A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.47%

R = 76.68%
G = 9.84%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#94131A (or 0x94131A) is known color: Carmine. HEX triplet: 94, 13 and 1A. RGB value is (148,19,26). Sum of RGB (Red+Green+Blue) = 148+19+26=193 (25% of max value = 765). Red value is 148 (58.20% from 255 or 76.68% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 148 - color contains mainly: red. Hex color #94131A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94131A is #6BECE5. Grayscale: #3A3A3A. Windows color (decimal): -7072998 or 1708948. OLE color: 1708948.

HSL color Cylindrical-coordinate representation of color #94131A: hue angle of 356.74º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #94131A is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 19 26 -
CMYK 0 0.87 0.82 0.42
HSL 356.74º 0.77% 0.33% -
HSV(B) 356.74º 0.87% 0.58% -
XYZ 12.63 6.84 1.63 -
YUV 58.37 109.74 191.93 -
System Red Green Blue C M Y K H S L
Decimal 148 19 26 0 0.87 0.82 0.42 356.74 0.77 0.33
Hex 94 13 1A 0 57 52 2A 165 4D 21
Octal 224 23 32 0 127 122 52 545 115 41
Binary 10010100 10011 11010 0 1010111 1010010 101010 101100101 1001101 100001

Color Harmonies of #94131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94131A

Black with #94131A

Text Example


Text Example

White with #94131A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94131A; }

 p { color: rgb(148,19,26); }

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

background-color css

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

 a { background-color: rgb(148,19,26); }

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

border-color css

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

 span { border-color: rgb(148,19,26); }

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