Html Css Color HEX #941322 Carmine

📋 copy color: '#941322'

red 148 ◦ green 19 ◦ blue 34

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

Shades of Carmine #941322

Tints of Carmine #941322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.92%

R = 73.63%
G = 9.45%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#941322 (or 0x941322) is known color: Carmine. HEX triplet: 94, 13 and 22. RGB value is (148,19,34). Sum of RGB (Red+Green+Blue) = 148+19+34=201 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.63% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 34 (13.67% from 255 or 16.92% from 201); Max value from RGB is 148 - color contains mainly: red. Hex color #941322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #941322 is #6BECDD. Grayscale: #3B3B3B. Windows color (decimal): -7072990 or 2233236. OLE color: 2233236.

HSL color Cylindrical-coordinate representation of color #941322: hue angle of 353.02º 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 #941322 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 19 34 -
CMYK 0 0.87 0.77 0.42
HSL 353.02º 0.77% 0.33% -
HSV(B) 353.02º 0.87% 0.58% -
XYZ 12.73 6.88 2.17 -
YUV 59.28 113.74 191.28 -
System Red Green Blue C M Y K H S L
Decimal 148 19 34 0 0.87 0.77 0.42 353.02 0.77 0.33
Hex 94 13 22 0 57 4D 2A 161 4D 21
Octal 224 23 42 0 127 115 52 541 115 41
Binary 10010100 10011 100010 0 1010111 1001101 101010 101100001 1001101 100001

Color Harmonies of #941322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941322

Black with #941322

Text Example


Text Example

White with #941322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941322; }

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

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

background-color css

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

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

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

border-color css

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

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

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