Html Css Color HEX #93021C Carmine

📋 copy color: '#93021C'

red 147 ◦ green 2 ◦ blue 28

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

Shades of Carmine #93021C

Tints of Carmine #93021C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.13%

 BLUE value IS 28 (11.33% from 255) = 15.82%

R = 83.05%
G = 1.13%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#93021C (or 0x93021C) is known color: Carmine. HEX triplet: 93, 02 and 1C. RGB value is (147,2,28). Sum of RGB (Red+Green+Blue) = 147+2+28=177 (23% of max value = 765). Red value is 147 (57.81% from 255 or 83.05% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 147 - color contains mainly: red. Hex color #93021C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93021C is #6CFDE3. Grayscale: #303030. Windows color (decimal): -7142884 or 1835667. OLE color: 1835667.

HSL color Cylindrical-coordinate representation of color #93021C: hue angle of 349.24º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93021C is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 2 28 -
CMYK 0 0.99 0.81 0.42
HSL 349.24º 0.97% 0.29% -
HSV(B) 349.24º 0.99% 0.58% -
XYZ 12.26 6.33 1.67 -
YUV 48.32 116.54 198.39 -
System Red Green Blue C M Y K H S L
Decimal 147 2 28 0 0.99 0.81 0.42 349.24 0.97 0.29
Hex 93 2 1C 0 63 51 2A 15D 61 1D
Octal 223 2 34 0 143 121 52 535 141 35
Binary 10010011 10 11100 0 1100011 1010001 101010 101011101 1100001 11101

Color Harmonies of #93021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93021C

Black with #93021C

Text Example


Text Example

White with #93021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93021C; }

 p { color: rgb(147,2,28); }

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

background-color css

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

 a { background-color: rgb(147,2,28); }

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

border-color css

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

 span { border-color: rgb(147,2,28); }

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