Html Css Color HEX #94091A Carmine

📋 copy color: '#94091A'

red 148 ◦ green 9 ◦ blue 26

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

Shades of Carmine #94091A

Tints of Carmine #94091A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.92%

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

R = 80.87%
G = 4.92%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#94091A (or 0x94091A) is known color: Carmine. HEX triplet: 94, 09 and 1A. RGB value is (148,9,26). Sum of RGB (Red+Green+Blue) = 148+9+26=183 (24% of max value = 765). Red value is 148 (58.20% from 255 or 80.87% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 148 - color contains mainly: red. Hex color #94091A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94091A is #6BF6E5. Grayscale: #343434. Windows color (decimal): -7075558 or 1706388. OLE color: 1706388.

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

Color convert

RGB 148 9 26 -
CMYK 0 0.94 0.82 0.42
HSL 352.66º 0.89% 0.31% -
HSV(B) 352.66º 0.94% 0.58% -
XYZ 12.5 6.57 1.59 -
YUV 52.5 113.05 196.12 -
System Red Green Blue C M Y K H S L
Decimal 148 9 26 0 0.94 0.82 0.42 352.66 0.89 0.31
Hex 94 9 1A 0 5E 52 2A 161 59 1F
Octal 224 11 32 0 136 122 52 541 131 37
Binary 10010100 1001 11010 0 1011110 1010010 101010 101100001 1011001 11111

Color Harmonies of #94091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94091A

Black with #94091A

Text Example


Text Example

White with #94091A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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