Html Css Color HEX #910525 Carmine

📋 copy color: '#910525'

red 145 ◦ green 5 ◦ blue 37

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

Shades of Carmine #910525

Tints of Carmine #910525

RGB

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

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

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

R = 77.54%
G = 2.67%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#910525 (or 0x910525) is known color: Carmine. HEX triplet: 91, 05 and 25. RGB value is (145,5,37). Sum of RGB (Red+Green+Blue) = 145+5+37=187 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.54% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 145 - color contains mainly: red. Hex color #910525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910525 is #6EFADA. Grayscale: #323232. Windows color (decimal): -7273179 or 2426257. OLE color: 2426257.

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

Color convert

RGB 145 5 37 -
CMYK 0 0.97 0.74 0.43
HSL 346.29º 0.93% 0.29% -
HSV(B) 346.29º 0.97% 0.57% -
XYZ 12.07 6.26 2.32 -
YUV 50.51 120.38 195.4 -
System Red Green Blue C M Y K H S L
Decimal 145 5 37 0 0.97 0.74 0.43 346.29 0.93 0.29
Hex 91 5 25 0 61 4A 2B 15A 5D 1D
Octal 221 5 45 0 141 112 53 532 135 35
Binary 10010001 101 100101 0 1100001 1001010 101011 101011010 1011101 11101

Color Harmonies of #910525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910525

Black with #910525

Text Example


Text Example

White with #910525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910525; }

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

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

background-color css

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

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

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

border-color css

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

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

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