Html Css Color HEX #940824 Carmine

📋 copy color: '#940824'

red 148 ◦ green 8 ◦ blue 36

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

Shades of Carmine #940824

Tints of Carmine #940824

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.17%

 BLUE value IS 36 (14.45% from 255) = 18.75%

R = 77.08%
G = 4.17%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#940824 (or 0x940824) is known color: Carmine. HEX triplet: 94, 08 and 24. RGB value is (148,8,36). Sum of RGB (Red+Green+Blue) = 148+8+36=192 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.08% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 36 (14.45% from 255 or 18.75% from 192); Max value from RGB is 148 - color contains mainly: red. Hex color #940824 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940824 is #6BF7DB. Grayscale: #353535. Windows color (decimal): -7075804 or 2361492. OLE color: 2361492.

HSL color Cylindrical-coordinate representation of color #940824: hue angle of 348º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940824 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 8 36 -
CMYK 0 0.95 0.76 0.42
HSL 348º 0.9% 0.31% -
HSV(B) 348º 0.95% 0.58% -
XYZ 12.62 6.6 2.28 -
YUV 53.05 118.38 195.72 -
System Red Green Blue C M Y K H S L
Decimal 148 8 36 0 0.95 0.76 0.42 348 0.9 0.31
Hex 94 8 24 0 5F 4C 2A 15C 5A 1F
Octal 224 10 44 0 137 114 52 534 132 37
Binary 10010100 1000 100100 0 1011111 1001100 101010 101011100 1011010 11111

Color Harmonies of #940824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940824

Black with #940824

Text Example


Text Example

White with #940824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940824; }

 p { color: rgb(148,8,36); }

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

background-color css

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

 a { background-color: rgb(148,8,36); }

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

border-color css

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

 span { border-color: rgb(148,8,36); }

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