Html Css Color HEX #940A2A Carmine

📋 copy color: '#940A2A'

red 148 ◦ green 10 ◦ blue 42

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

Shades of Carmine #940A2A

Tints of Carmine #940A2A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5%

 BLUE value IS 42 (16.8% from 255) = 21%

R = 74%
G = 5%
B = 21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#940A2A (or 0x940A2A) is known color: Carmine. HEX triplet: 94, 0A and 2A. RGB value is (148,10,42). Sum of RGB (Red+Green+Blue) = 148+10+42=200 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74% from 200); Green value is 10 (4.30% from 255 or 5% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 148 - color contains mainly: red. Hex color #940A2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940A2A is #6BF5D5. Grayscale: #363636. Windows color (decimal): -7075286 or 2755220. OLE color: 2755220.

HSL color Cylindrical-coordinate representation of color #940A2A: hue angle of 346.09º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940A2A is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 10 42 -
CMYK 0 0.93 0.72 0.42
HSL 346.09º 0.87% 0.31% -
HSV(B) 346.09º 0.93% 0.58% -
XYZ 12.74 6.68 2.81 -
YUV 54.91 120.72 194.4 -
System Red Green Blue C M Y K H S L
Decimal 148 10 42 0 0.93 0.72 0.42 346.09 0.87 0.31
Hex 94 A 2A 0 5D 48 2A 15A 57 1F
Octal 224 12 52 0 135 110 52 532 127 37
Binary 10010100 1010 101010 0 1011101 1001000 101010 101011010 1010111 11111

Color Harmonies of #940A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940A2A

Black with #940A2A

Text Example


Text Example

White with #940A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940A2A; }

 p { color: rgb(148,10,42); }

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

background-color css

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

 a { background-color: rgb(148,10,42); }

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

border-color css

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

 span { border-color: rgb(148,10,42); }

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