Html Css Color HEX #AF063C Cardinal

📋 copy color: '#AF063C'

red 175 ◦ green 6 ◦ blue 60

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

Shades of Cardinal #AF063C

Tints of Cardinal #AF063C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.9%

R = 72.61%
G = 2.49%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF063C (or 0xAF063C) is known color: Cardinal. HEX triplet: AF, 06 and 3C. RGB value is (175,6,60). Sum of RGB (Red+Green+Blue) = 175+6+60=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF063C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF063C is #50F9C3. Grayscale: #3E3E3E. Windows color (decimal): -5306820 or 3933871. OLE color: 3933871.

HSL color Cylindrical-coordinate representation of color #AF063C: hue angle of 340.83º 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 #AF063C is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 6 60 -
CMYK 0 0.97 0.66 0.31
HSL 340.83º 0.93% 0.35% -
HSV(B) 340.83º 0.97% 0.69% -
XYZ 18.56 9.57 5.14 -
YUV 62.69 126.49 208.11 -
System Red Green Blue C M Y K H S L
Decimal 175 6 60 0 0.97 0.66 0.31 340.83 0.93 0.35
Hex AF 6 3C 0 61 42 1F 155 5D 23
Octal 257 6 74 0 141 102 37 525 135 43
Binary 10101111 110 111100 0 1100001 1000010 11111 101010101 1011101 100011

Color Harmonies of #AF063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF063C

Black with #AF063C

Text Example


Text Example

White with #AF063C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF063C; }

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

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

background-color css

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

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

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

border-color css

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

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

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