Html Css Color HEX #93052A Carmine

📋 copy color: '#93052A'

red 147 ◦ green 5 ◦ blue 42

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

Shades of Carmine #93052A

Tints of Carmine #93052A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.65%

R = 75.77%
G = 2.58%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#93052A (or 0x93052A) is known color: Carmine. HEX triplet: 93, 05 and 2A. RGB value is (147,5,42). Sum of RGB (Red+Green+Blue) = 147+5+42=194 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75.77% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 147 - color contains mainly: red. Hex color #93052A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93052A is #6CFAD5. Grayscale: #333333. Windows color (decimal): -7142102 or 2753939. OLE color: 2753939.

HSL color Cylindrical-coordinate representation of color #93052A: hue angle of 344.37º 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 #93052A is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 5 42 -
CMYK 0 0.97 0.71 0.42
HSL 344.37º 0.93% 0.3% -
HSV(B) 344.37º 0.97% 0.58% -
XYZ 12.5 6.48 2.78 -
YUV 51.68 122.54 195.99 -
System Red Green Blue C M Y K H S L
Decimal 147 5 42 0 0.97 0.71 0.42 344.37 0.93 0.3
Hex 93 5 2A 0 61 47 2A 158 5D 1E
Octal 223 5 52 0 141 107 52 530 135 36
Binary 10010011 101 101010 0 1100001 1000111 101010 101011000 1011101 11110

Color Harmonies of #93052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93052A

Black with #93052A

Text Example


Text Example

White with #93052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93052A; }

 p { color: rgb(147,5,42); }

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

background-color css

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

 a { background-color: rgb(147,5,42); }

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

border-color css

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

 span { border-color: rgb(147,5,42); }

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