Html Css Color HEX #A81035 Cardinal

📋 copy color: '#A81035'

red 168 ◦ green 16 ◦ blue 53

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

Shades of Cardinal #A81035

Tints of Cardinal #A81035

RGB

 RED value IS 168 (66.02% from 255) = 70.89%

 GREEN value IS 16 (6.64% from 255) = 6.75%

 BLUE value IS 53 (21.09% from 255) = 22.36%

R = 70.89%
G = 6.75%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A81035 (or 0xA81035) is known color: Cardinal. HEX triplet: A8, 10 and 35. RGB value is (168,16,53). Sum of RGB (Red+Green+Blue) = 168+16+53=237 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.89% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 168 - color contains mainly: red. Hex color #A81035 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81035 is #57EFCA. Grayscale: #414141. Windows color (decimal): -5763019 or 3477672. OLE color: 3477672.

HSL color Cylindrical-coordinate representation of color #A81035: hue angle of 345.39º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81035 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 16 53 -
CMYK 0 0.90 0.68 0.34
HSL 345.39º 0.83% 0.36% -
HSV(B) 345.39º 0.9% 0.66% -
XYZ 16.98 8.95 4.2 -
YUV 65.67 120.86 200.99 -
System Red Green Blue C M Y K H S L
Decimal 168 16 53 0 0.90 0.68 0.34 345.39 0.83 0.36
Hex A8 10 35 0 5A 44 22 159 53 24
Octal 250 20 65 0 132 104 42 531 123 44
Binary 10101000 10000 110101 0 1011010 1000100 100010 101011001 1010011 100100

Color Harmonies of #A81035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81035

Black with #A81035

Text Example


Text Example

White with #A81035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81035; }

 p { color: rgb(168,16,53); }

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

background-color css

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

 a { background-color: rgb(168,16,53); }

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

border-color css

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

 span { border-color: rgb(168,16,53); }

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