Html Css Color HEX #94012C Carmine

📋 copy color: '#94012C'

red 148 ◦ green 1 ◦ blue 44

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

Shades of Carmine #94012C

Tints of Carmine #94012C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.8%

R = 76.68%
G = 0.52%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#94012C (or 0x94012C) is known color: Carmine. HEX triplet: 94, 01 and 2C. RGB value is (148,1,44). Sum of RGB (Red+Green+Blue) = 148+1+44=193 (25% of max value = 765). Red value is 148 (58.20% from 255 or 76.68% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 148 - color contains mainly: red. Hex color #94012C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94012C is #6BFED3. Grayscale: #313131. Windows color (decimal): -7077588 or 2883988. OLE color: 2883988.

HSL color Cylindrical-coordinate representation of color #94012C: hue angle of 342.45º 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 #94012C is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 1 44 -
CMYK 0 0.99 0.70 0.42
HSL 342.45º 0.99% 0.29% -
HSV(B) 342.45º 0.99% 0.58% -
XYZ 12.68 6.5 2.97 -
YUV 49.86 124.7 198 -
System Red Green Blue C M Y K H S L
Decimal 148 1 44 0 0.99 0.70 0.42 342.45 0.99 0.29
Hex 94 1 2C 0 63 46 2A 156 63 1D
Octal 224 1 54 0 143 106 52 526 143 35
Binary 10010100 1 101100 0 1100011 1000110 101010 101010110 1100011 11101

Color Harmonies of #94012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94012C

Black with #94012C

Text Example


Text Example

White with #94012C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94012C; }

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

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

background-color css

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

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

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

border-color css

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

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

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