Html Css Color HEX #93072B Carmine

📋 copy color: '#93072B'

red 147 ◦ green 7 ◦ blue 43

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

Shades of Carmine #93072B

Tints of Carmine #93072B

RGB

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

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

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

R = 74.62%
G = 3.55%
B = 21.83%

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

#93072B (or 0x93072B) is known color: Carmine. HEX triplet: 93, 07 and 2B. RGB value is (147,7,43). Sum of RGB (Red+Green+Blue) = 147+7+43=197 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.62% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 147 - color contains mainly: red. Hex color #93072B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93072B is #6CF8D4. Grayscale: #343434. Windows color (decimal): -7141589 or 2819987. OLE color: 2819987.

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

Color convert

RGB 147 7 43 -
CMYK 0 0.95 0.71 0.42
HSL 344.57º 0.91% 0.3% -
HSV(B) 344.57º 0.95% 0.58% -
XYZ 12.54 6.53 2.88 -
YUV 52.96 122.38 195.07 -
System Red Green Blue C M Y K H S L
Decimal 147 7 43 0 0.95 0.71 0.42 344.57 0.91 0.3
Hex 93 7 2B 0 5F 47 2A 159 5B 1E
Octal 223 7 53 0 137 107 52 531 133 36
Binary 10010011 111 101011 0 1011111 1000111 101010 101011001 1011011 11110

Color Harmonies of #93072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93072B

Black with #93072B

Text Example


Text Example

White with #93072B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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