Html Css Color HEX #93071A Carmine

📋 copy color: '#93071A'

red 147 ◦ green 7 ◦ blue 26

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

Shades of Carmine #93071A

Tints of Carmine #93071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.89%

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

R = 81.67%
G = 3.89%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#93071A (or 0x93071A) is known color: Carmine. HEX triplet: 93, 07 and 1A. RGB value is (147,7,26). Sum of RGB (Red+Green+Blue) = 147+7+26=180 (23% of max value = 765). Red value is 147 (57.81% from 255 or 81.67% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 26 (10.55% from 255 or 14.44% from 180); Max value from RGB is 147 - color contains mainly: red. Hex color #93071A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93071A is #6CF8E5. Grayscale: #333333. Windows color (decimal): -7141606 or 1705875. OLE color: 1705875.

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

Color convert

RGB 147 7 26 -
CMYK 0 0.95 0.82 0.42
HSL 351.86º 0.91% 0.3% -
HSV(B) 351.86º 0.95% 0.58% -
XYZ 12.3 6.43 1.57 -
YUV 51.03 113.88 196.46 -
System Red Green Blue C M Y K H S L
Decimal 147 7 26 0 0.95 0.82 0.42 351.86 0.91 0.3
Hex 93 7 1A 0 5F 52 2A 160 5B 1E
Octal 223 7 32 0 137 122 52 540 133 36
Binary 10010011 111 11010 0 1011111 1010010 101010 101100000 1011011 11110

Color Harmonies of #93071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93071A

Black with #93071A

Text Example


Text Example

White with #93071A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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