Html Css Color HEX #94092D Carmine

📋 copy color: '#94092D'

red 148 ◦ green 9 ◦ blue 45

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

Shades of Carmine #94092D

Tints of Carmine #94092D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.28%

R = 73.27%
G = 4.46%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#94092D (or 0x94092D) is known color: Carmine. HEX triplet: 94, 09 and 2D. RGB value is (148,9,45). Sum of RGB (Red+Green+Blue) = 148+9+45=202 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.27% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 148 - color contains mainly: red. Hex color #94092D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94092D is #6BF6D2. Grayscale: #363636. Windows color (decimal): -7075539 or 2951572. OLE color: 2951572.

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

Color convert

RGB 148 9 45 -
CMYK 0 0.94 0.70 0.42
HSL 344.46º 0.89% 0.31% -
HSV(B) 344.46º 0.94% 0.58% -
XYZ 12.78 6.68 3.1 -
YUV 54.67 122.55 194.57 -
System Red Green Blue C M Y K H S L
Decimal 148 9 45 0 0.94 0.70 0.42 344.46 0.89 0.31
Hex 94 9 2D 0 5E 46 2A 158 59 1F
Octal 224 11 55 0 136 106 52 530 131 37
Binary 10010100 1001 101101 0 1011110 1000110 101010 101011000 1011001 11111

Color Harmonies of #94092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94092D

Black with #94092D

Text Example


Text Example

White with #94092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94092D; }

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

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

background-color css

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

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

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

border-color css

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

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

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