Html Css Color HEX #930825 Carmine

📋 copy color: '#930825'

red 147 ◦ green 8 ◦ blue 37

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

Shades of Carmine #930825

Tints of Carmine #930825

RGB

 RED value IS 147 (57.81% from 255) = 76.56%

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

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

R = 76.56%
G = 4.17%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#930825 (or 0x930825) is known color: Carmine. HEX triplet: 93, 08 and 25. RGB value is (147,8,37). Sum of RGB (Red+Green+Blue) = 147+8+37=192 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.56% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 37 (14.84% from 255 or 19.27% from 192); Max value from RGB is 147 - color contains mainly: red. Hex color #930825 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930825 is #6CF7DA. Grayscale: #343434. Windows color (decimal): -7141339 or 2427027. OLE color: 2427027.

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

Color convert

RGB 147 8 37 -
CMYK 0 0.95 0.75 0.42
HSL 347.48º 0.9% 0.3% -
HSV(B) 347.48º 0.95% 0.58% -
XYZ 12.45 6.51 2.35 -
YUV 52.87 119.05 195.14 -
System Red Green Blue C M Y K H S L
Decimal 147 8 37 0 0.95 0.75 0.42 347.48 0.9 0.3
Hex 93 8 25 0 5F 4B 2A 15B 5A 1E
Octal 223 10 45 0 137 113 52 533 132 36
Binary 10010011 1000 100101 0 1011111 1001011 101010 101011011 1011010 11110

Color Harmonies of #930825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930825

Black with #930825

Text Example


Text Example

White with #930825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930825; }

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

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

background-color css

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

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

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

border-color css

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

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

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