Html Css Color HEX #910025 Carmine

📋 copy color: '#910025'

red 145 ◦ green 0 ◦ blue 37

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

Shades of Carmine #910025

Tints of Carmine #910025

RGB

 RED value IS 145 (57.03% from 255) = 79.67%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 79.67%
G = 0%
B = 20.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#910025 (or 0x910025) is known color: Carmine. HEX triplet: 91, 00 and 25. RGB value is (145,0,37). Sum of RGB (Red+Green+Blue) = 145+0+37=182 (24% of max value = 765). Red value is 145 (57.03% from 255 or 79.67% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 145 - color contains mainly: red. Hex color #910025 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910025 is #6EFFDA. Grayscale: #2F2F2F. Windows color (decimal): -7274459 or 2424977. OLE color: 2424977.

HSL color Cylindrical-coordinate representation of color #910025: hue angle of 344.69º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #910025 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 0 37 -
CMYK 0 1 0.74 0.43
HSL 344.69º 1% 0.28% -
HSV(B) 344.69º 1% 0.57% -
XYZ 12.01 6.15 2.3 -
YUV 47.57 122.04 197.49 -
System Red Green Blue C M Y K H S L
Decimal 145 0 37 0 1 0.74 0.43 344.69 1 0.28
Hex 91 0 25 0 64 4A 2B 159 64 1C
Octal 221 0 45 0 144 112 53 531 144 34
Binary 10010001 0 100101 0 1100100 1001010 101011 101011001 1100100 11100

Color Harmonies of #910025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910025

Black with #910025

Text Example


Text Example

White with #910025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910025; }

 p { color: rgb(145,0,37); }

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

background-color css

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

 a { background-color: rgb(145,0,37); }

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

border-color css

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

 span { border-color: rgb(145,0,37); }

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