Html Css Color HEX #920825 Carmine

📋 copy color: '#920825'

red 146 ◦ green 8 ◦ blue 37

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

Shades of Carmine #920825

Tints of Carmine #920825

RGB

 RED value IS 146 (57.42% from 255) = 76.44%

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

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

R = 76.44%
G = 4.19%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#920825 (or 0x920825) is known color: Carmine. HEX triplet: 92, 08 and 25. RGB value is (146,8,37). Sum of RGB (Red+Green+Blue) = 146+8+37=191 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.44% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 37 (14.84% from 255 or 19.37% from 191); Max value from RGB is 146 - color contains mainly: red. Hex color #920825 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920825 is #6DF7DA. Grayscale: #343434. Windows color (decimal): -7206875 or 2427026. OLE color: 2427026.

HSL color Cylindrical-coordinate representation of color #920825: hue angle of 347.39º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #920825 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 8 37 -
CMYK 0 0.95 0.75 0.43
HSL 347.39º 0.9% 0.3% -
HSV(B) 347.39º 0.95% 0.57% -
XYZ 12.27 6.42 2.34 -
YUV 52.57 119.22 194.64 -
System Red Green Blue C M Y K H S L
Decimal 146 8 37 0 0.95 0.75 0.43 347.39 0.9 0.3
Hex 92 8 25 0 5F 4B 2B 15B 5A 1E
Octal 222 10 45 0 137 113 53 533 132 36
Binary 10010010 1000 100101 0 1011111 1001011 101011 101011011 1011010 11110

Color Harmonies of #920825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920825

Black with #920825

Text Example


Text Example

White with #920825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920825; }

 p { color: rgb(146,8,37); }

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

background-color css

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

 a { background-color: rgb(146,8,37); }

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

border-color css

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

 span { border-color: rgb(146,8,37); }

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