Html Css Color HEX #940525 Carmine

📋 copy color: '#940525'

red 148 ◦ green 5 ◦ blue 37

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

Shades of Carmine #940525

Tints of Carmine #940525

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.63%

 BLUE value IS 37 (14.84% from 255) = 19.47%

R = 77.89%
G = 2.63%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#940525 (or 0x940525) is known color: Carmine. HEX triplet: 94, 05 and 25. RGB value is (148,5,37). Sum of RGB (Red+Green+Blue) = 148+5+37=190 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.89% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 37 (14.84% from 255 or 19.47% from 190); Max value from RGB is 148 - color contains mainly: red. Hex color #940525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940525 is #6BFADA. Grayscale: #333333. Windows color (decimal): -7076571 or 2426260. OLE color: 2426260.

HSL color Cylindrical-coordinate representation of color #940525: hue angle of 346.57º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #940525 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 5 37 -
CMYK 0 0.97 0.75 0.42
HSL 346.57º 0.93% 0.3% -
HSV(B) 346.57º 0.97% 0.58% -
XYZ 12.6 6.54 2.35 -
YUV 51.41 119.88 196.9 -
System Red Green Blue C M Y K H S L
Decimal 148 5 37 0 0.97 0.75 0.42 346.57 0.93 0.3
Hex 94 5 25 0 61 4B 2A 15B 5D 1E
Octal 224 5 45 0 141 113 52 533 135 36
Binary 10010100 101 100101 0 1100001 1001011 101010 101011011 1011101 11110

Color Harmonies of #940525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940525

Black with #940525

Text Example


Text Example

White with #940525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940525; }

 p { color: rgb(148,5,37); }

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

background-color css

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

 a { background-color: rgb(148,5,37); }

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

border-color css

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

 span { border-color: rgb(148,5,37); }

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