Html Css Color HEX #93021B Carmine

📋 copy color: '#93021B'

red 147 ◦ green 2 ◦ blue 27

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

Shades of Carmine #93021B

Tints of Carmine #93021B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.34%

R = 83.52%
G = 1.14%
B = 15.34%

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

#93021B (or 0x93021B) is known color: Carmine. HEX triplet: 93, 02 and 1B. RGB value is (147,2,27). Sum of RGB (Red+Green+Blue) = 147+2+27=176 (23% of max value = 765). Red value is 147 (57.81% from 255 or 83.52% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 147 - color contains mainly: red. Hex color #93021B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93021B is #6CFDE4. Grayscale: #303030. Windows color (decimal): -7142885 or 1770131. OLE color: 1770131.

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

Color convert

RGB 147 2 27 -
CMYK 0 0.99 0.82 0.42
HSL 349.66º 0.97% 0.29% -
HSV(B) 349.66º 0.99% 0.58% -
XYZ 12.25 6.33 1.61 -
YUV 48.21 116.04 198.47 -
System Red Green Blue C M Y K H S L
Decimal 147 2 27 0 0.99 0.82 0.42 349.66 0.97 0.29
Hex 93 2 1B 0 63 52 2A 15E 61 1D
Octal 223 2 33 0 143 122 52 536 141 35
Binary 10010011 10 11011 0 1100011 1010010 101010 101011110 1100001 11101

Color Harmonies of #93021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93021B

Black with #93021B

Text Example


Text Example

White with #93021B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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