Html Css Color HEX #93002A Carmine

📋 copy color: '#93002A'

red 147 ◦ green 0 ◦ blue 42

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

Shades of Carmine #93002A

Tints of Carmine #93002A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 42 (16.8% from 255) = 22.22%

R = 77.78%
G = 0%
B = 22.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#93002A (or 0x93002A) is known color: Carmine. HEX triplet: 93, 00 and 2A. RGB value is (147,0,42). Sum of RGB (Red+Green+Blue) = 147+0+42=189 (25% of max value = 765). Red value is 147 (57.81% from 255 or 77.78% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 147 - color contains mainly: red. Hex color #93002A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93002A is #6CFFD5. Grayscale: #303030. Windows color (decimal): -7143382 or 2752659. OLE color: 2752659.

HSL color Cylindrical-coordinate representation of color #93002A: hue angle of 342.86º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #93002A is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 0 42 -
CMYK 0 1 0.71 0.42
HSL 342.86º 1% 0.29% -
HSV(B) 342.86º 1% 0.58% -
XYZ 12.45 6.37 2.76 -
YUV 48.74 124.2 198.08 -
System Red Green Blue C M Y K H S L
Decimal 147 0 42 0 1 0.71 0.42 342.86 1 0.29
Hex 93 0 2A 0 64 47 2A 157 64 1D
Octal 223 0 52 0 144 107 52 527 144 35
Binary 10010011 0 101010 0 1100100 1000111 101010 101010111 1100100 11101

Color Harmonies of #93002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93002A

Black with #93002A

Text Example


Text Example

White with #93002A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,0,42); }

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

background-color css

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

 a { background-color: rgb(147,0,42); }

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

border-color css

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

 span { border-color: rgb(147,0,42); }

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