Html Css Color HEX #A00333 Carmine

📋 copy color: '#A00333'

red 160 ◦ green 3 ◦ blue 51

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

Shades of Carmine #A00333

Tints of Carmine #A00333

RGB

 RED value IS 160 (62.89% from 255) = 74.77%

 GREEN value IS 3 (1.56% from 255) = 1.4%

 BLUE value IS 51 (20.31% from 255) = 23.83%

R = 74.77%
G = 1.4%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A00333 (or 0xA00333) is known color: Carmine. HEX triplet: A0, 03 and 33. RGB value is (160,3,51). Sum of RGB (Red+Green+Blue) = 160+3+51=214 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.77% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 160 - color contains mainly: red. Hex color #A00333 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00333 is #5FFCCC. Grayscale: #373737. Windows color (decimal): -6290637 or 3343264. OLE color: 3343264.

HSL color Cylindrical-coordinate representation of color #A00333: hue angle of 341.66º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00333 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 3 51 -
CMYK 0 0.98 0.68 0.37
HSL 341.66º 0.96% 0.32% -
HSV(B) 341.66º 0.98% 0.63% -
XYZ 15.13 7.78 3.84 -
YUV 55.42 125.51 202.6 -
System Red Green Blue C M Y K H S L
Decimal 160 3 51 0 0.98 0.68 0.37 341.66 0.96 0.32
Hex A0 3 33 0 62 44 25 156 60 20
Octal 240 3 63 0 142 104 45 526 140 40
Binary 10100000 11 110011 0 1100010 1000100 100101 101010110 1100000 100000

Color Harmonies of #A00333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00333

Black with #A00333

Text Example


Text Example

White with #A00333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00333; }

 p { color: rgb(160,3,51); }

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

background-color css

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

 a { background-color: rgb(160,3,51); }

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

border-color css

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

 span { border-color: rgb(160,3,51); }

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