Html Css Color HEX #93022B Carmine

📋 copy color: '#93022B'

red 147 ◦ green 2 ◦ blue 43

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

Shades of Carmine #93022B

Tints of Carmine #93022B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.4%

R = 76.56%
G = 1.04%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#93022B (or 0x93022B) is known color: Carmine. HEX triplet: 93, 02 and 2B. RGB value is (147,2,43). Sum of RGB (Red+Green+Blue) = 147+2+43=192 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.56% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 147 - color contains mainly: red. Hex color #93022B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93022B is #6CFDD4. Grayscale: #323232. Windows color (decimal): -7142869 or 2818707. OLE color: 2818707.

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

Color convert

RGB 147 2 43 -
CMYK 0 0.99 0.71 0.42
HSL 343.03º 0.97% 0.29% -
HSV(B) 343.03º 0.99% 0.58% -
XYZ 12.49 6.42 2.87 -
YUV 50.03 124.04 197.17 -
System Red Green Blue C M Y K H S L
Decimal 147 2 43 0 0.99 0.71 0.42 343.03 0.97 0.29
Hex 93 2 2B 0 63 47 2A 157 61 1D
Octal 223 2 53 0 143 107 52 527 141 35
Binary 10010011 10 101011 0 1100011 1000111 101010 101010111 1100001 11101

Color Harmonies of #93022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93022B

Black with #93022B

Text Example


Text Example

White with #93022B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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