Html Css Color HEX #A80F32 Cardinal

📋 copy color: '#A80F32'

red 168 ◦ green 15 ◦ blue 50

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

Shades of Cardinal #A80F32

Tints of Cardinal #A80F32

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.44%

 BLUE value IS 50 (19.92% from 255) = 21.46%

R = 72.1%
G = 6.44%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A80F32 (or 0xA80F32) is known color: Cardinal. HEX triplet: A8, 0F and 32. RGB value is (168,15,50). Sum of RGB (Red+Green+Blue) = 168+15+50=233 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.10% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 168 - color contains mainly: red. Hex color #A80F32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80F32 is #57F0CD. Grayscale: #404040. Windows color (decimal): -5763278 or 3280808. OLE color: 3280808.

HSL color Cylindrical-coordinate representation of color #A80F32: hue angle of 346.27º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A80F32 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 15 50 -
CMYK 0 0.91 0.70 0.34
HSL 346.27º 0.84% 0.36% -
HSV(B) 346.27º 0.91% 0.66% -
XYZ 16.9 8.9 3.84 -
YUV 64.74 119.69 201.65 -
System Red Green Blue C M Y K H S L
Decimal 168 15 50 0 0.91 0.70 0.34 346.27 0.84 0.36
Hex A8 F 32 0 5B 46 22 15A 54 24
Octal 250 17 62 0 133 106 42 532 124 44
Binary 10101000 1111 110010 0 1011011 1000110 100010 101011010 1010100 100100

Color Harmonies of #A80F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80F32

Black with #A80F32

Text Example


Text Example

White with #A80F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80F32; }

 p { color: rgb(168,15,50); }

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

background-color css

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

 a { background-color: rgb(168,15,50); }

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

border-color css

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

 span { border-color: rgb(168,15,50); }

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