Html Css Color HEX #93021A Carmine

📋 copy color: '#93021A'

red 147 ◦ green 2 ◦ blue 26

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

Shades of Carmine #93021A

Tints of Carmine #93021A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.86%

R = 84%
G = 1.14%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#93021A (or 0x93021A) is known color: Carmine. HEX triplet: 93, 02 and 1A. RGB value is (147,2,26). Sum of RGB (Red+Green+Blue) = 147+2+26=175 (23% of max value = 765). Red value is 147 (57.81% from 255 or 84% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 147 - color contains mainly: red. Hex color #93021A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93021A is #6CFDE5. Grayscale: #303030. Windows color (decimal): -7142886 or 1704595. OLE color: 1704595.

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

Color convert

RGB 147 2 26 -
CMYK 0 0.99 0.82 0.42
HSL 350.07º 0.97% 0.29% -
HSV(B) 350.07º 0.99% 0.58% -
XYZ 12.24 6.32 1.55 -
YUV 48.09 115.54 198.55 -
System Red Green Blue C M Y K H S L
Decimal 147 2 26 0 0.99 0.82 0.42 350.07 0.97 0.29
Hex 93 2 1A 0 63 52 2A 15E 61 1D
Octal 223 2 32 0 143 122 52 536 141 35
Binary 10010011 10 11010 0 1100011 1010010 101010 101011110 1100001 11101

Color Harmonies of #93021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93021A

Black with #93021A

Text Example


Text Example

White with #93021A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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