Html Css Color HEX #93082D Carmine

📋 copy color: '#93082D'

red 147 ◦ green 8 ◦ blue 45

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

Shades of Carmine #93082D

Tints of Carmine #93082D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.5%

R = 73.5%
G = 4%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#93082D (or 0x93082D) is known color: Carmine. HEX triplet: 93, 08 and 2D. RGB value is (147,8,45). Sum of RGB (Red+Green+Blue) = 147+8+45=200 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.5% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 147 - color contains mainly: red. Hex color #93082D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93082D is #6CF7D2. Grayscale: #353535. Windows color (decimal): -7141331 or 2951315. OLE color: 2951315.

HSL color Cylindrical-coordinate representation of color #93082D: hue angle of 344.03º 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 #93082D is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 8 45 -
CMYK 0 0.95 0.69 0.42
HSL 344.03º 0.9% 0.3% -
HSV(B) 344.03º 0.95% 0.58% -
XYZ 12.59 6.57 3.09 -
YUV 53.78 123.05 194.49 -
System Red Green Blue C M Y K H S L
Decimal 147 8 45 0 0.95 0.69 0.42 344.03 0.9 0.3
Hex 93 8 2D 0 5F 45 2A 158 5A 1E
Octal 223 10 55 0 137 105 52 530 132 36
Binary 10010011 1000 101101 0 1011111 1000101 101010 101011000 1011010 11110

Color Harmonies of #93082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93082D

Black with #93082D

Text Example


Text Example

White with #93082D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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