Html Css Color HEX #93032A Carmine

📋 copy color: '#93032A'

red 147 ◦ green 3 ◦ blue 42

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

Shades of Carmine #93032A

Tints of Carmine #93032A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.56%

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

R = 76.56%
G = 1.56%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#93032A (or 0x93032A) is known color: Carmine. HEX triplet: 93, 03 and 2A. RGB value is (147,3,42). Sum of RGB (Red+Green+Blue) = 147+3+42=192 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.56% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 147 - color contains mainly: red. Hex color #93032A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93032A is #6CFCD5. Grayscale: #323232. Windows color (decimal): -7142614 or 2753427. OLE color: 2753427.

HSL color Cylindrical-coordinate representation of color #93032A: hue angle of 343.75º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #93032A is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 3 42 -
CMYK 0 0.98 0.71 0.42
HSL 343.75º 0.96% 0.29% -
HSV(B) 343.75º 0.98% 0.58% -
XYZ 12.48 6.44 2.77 -
YUV 50.5 123.21 196.83 -
System Red Green Blue C M Y K H S L
Decimal 147 3 42 0 0.98 0.71 0.42 343.75 0.96 0.29
Hex 93 3 2A 0 62 47 2A 158 60 1D
Octal 223 3 52 0 142 107 52 530 140 35
Binary 10010011 11 101010 0 1100010 1000111 101010 101011000 1100000 11101

Color Harmonies of #93032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93032A

Black with #93032A

Text Example


Text Example

White with #93032A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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