Html Css Color HEX #AF063E Cardinal

📋 copy color: '#AF063E'

red 175 ◦ green 6 ◦ blue 62

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

Shades of Cardinal #AF063E

Tints of Cardinal #AF063E

RGB

 RED value IS 175 (68.75% from 255) = 72.02%

 GREEN value IS 6 (2.73% from 255) = 2.47%

 BLUE value IS 62 (24.61% from 255) = 25.51%

R = 72.02%
G = 2.47%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF063E (or 0xAF063E) is known color: Cardinal. HEX triplet: AF, 06 and 3E. RGB value is (175,6,62). Sum of RGB (Red+Green+Blue) = 175+6+62=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF063E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF063E is #50F9C1. Grayscale: #3E3E3E. Windows color (decimal): -5306818 or 4064943. OLE color: 4064943.

HSL color Cylindrical-coordinate representation of color #AF063E: hue angle of 340.12º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF063E is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 6 62 -
CMYK 0 0.97 0.65 0.31
HSL 340.12º 0.93% 0.35% -
HSV(B) 340.12º 0.97% 0.69% -
XYZ 18.61 9.59 5.43 -
YUV 62.92 127.49 207.95 -
System Red Green Blue C M Y K H S L
Decimal 175 6 62 0 0.97 0.65 0.31 340.12 0.93 0.35
Hex AF 6 3E 0 61 41 1F 154 5D 23
Octal 257 6 76 0 141 101 37 524 135 43
Binary 10101111 110 111110 0 1100001 1000001 11111 101010100 1011101 100011

Color Harmonies of #AF063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF063E

Black with #AF063E

Text Example


Text Example

White with #AF063E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF063E; }

 p { color: rgb(175,6,62); }

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

background-color css

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

 a { background-color: rgb(175,6,62); }

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

border-color css

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

 span { border-color: rgb(175,6,62); }

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