Html Css Color HEX #94011A Carmine

📋 copy color: '#94011A'

red 148 ◦ green 1 ◦ blue 26

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

Shades of Carmine #94011A

Tints of Carmine #94011A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

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

R = 84.57%
G = 0.57%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#94011A (or 0x94011A) is known color: Carmine. HEX triplet: 94, 01 and 1A. RGB value is (148,1,26). Sum of RGB (Red+Green+Blue) = 148+1+26=175 (23% of max value = 765). Red value is 148 (58.20% from 255 or 84.57% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 148 - color contains mainly: red. Hex color #94011A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94011A is #6BFEE5. Grayscale: #2F2F2F. Windows color (decimal): -7077606 or 1704340. OLE color: 1704340.

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

Color convert

RGB 148 1 26 -
CMYK 0 0.99 0.82 0.42
HSL 349.8º 0.99% 0.29% -
HSV(B) 349.8º 0.99% 0.58% -
XYZ 12.41 6.39 1.56 -
YUV 47.8 115.7 199.47 -
System Red Green Blue C M Y K H S L
Decimal 148 1 26 0 0.99 0.82 0.42 349.8 0.99 0.29
Hex 94 1 1A 0 63 52 2A 15E 63 1D
Octal 224 1 32 0 143 122 52 536 143 35
Binary 10010100 1 11010 0 1100011 1010010 101010 101011110 1100011 11101

Color Harmonies of #94011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94011A

Black with #94011A

Text Example


Text Example

White with #94011A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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