Html Css Color HEX #93082B Carmine

📋 copy color: '#93082B'

red 147 ◦ green 8 ◦ blue 43

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

Shades of Carmine #93082B

Tints of Carmine #93082B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.04%

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

R = 74.24%
G = 4.04%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#93082B (or 0x93082B) is known color: Carmine. HEX triplet: 93, 08 and 2B. RGB value is (147,8,43). Sum of RGB (Red+Green+Blue) = 147+8+43=198 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.24% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 147 - color contains mainly: red. Hex color #93082B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93082B is #6CF7D4. Grayscale: #353535. Windows color (decimal): -7141333 or 2820243. OLE color: 2820243.

HSL color Cylindrical-coordinate representation of color #93082B: hue angle of 344.89º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #93082B is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 8 43 -
CMYK 0 0.95 0.71 0.42
HSL 344.89º 0.9% 0.3% -
HSV(B) 344.89º 0.95% 0.58% -
XYZ 12.56 6.55 2.89 -
YUV 53.55 122.05 194.65 -
System Red Green Blue C M Y K H S L
Decimal 147 8 43 0 0.95 0.71 0.42 344.89 0.9 0.3
Hex 93 8 2B 0 5F 47 2A 159 5A 1E
Octal 223 10 53 0 137 107 52 531 132 36
Binary 10010011 1000 101011 0 1011111 1000111 101010 101011001 1011010 11110

Color Harmonies of #93082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93082B

Black with #93082B

Text Example


Text Example

White with #93082B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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