Html Css Color HEX #AF063D Cardinal

📋 copy color: '#AF063D'

red 175 ◦ green 6 ◦ blue 61

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

Shades of Cardinal #AF063D

Tints of Cardinal #AF063D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.21%

R = 72.31%
G = 2.48%
B = 25.21%

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

#AF063D (or 0xAF063D) is known color: Cardinal. HEX triplet: AF, 06 and 3D. RGB value is (175,6,61). Sum of RGB (Red+Green+Blue) = 175+6+61=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF063D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF063D is #50F9C2. Grayscale: #3E3E3E. Windows color (decimal): -5306819 or 3999407. OLE color: 3999407.

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

Color convert

RGB 175 6 61 -
CMYK 0 0.97 0.65 0.31
HSL 340.47º 0.93% 0.35% -
HSV(B) 340.47º 0.97% 0.69% -
XYZ 18.59 9.58 5.28 -
YUV 62.8 126.99 208.03 -
System Red Green Blue C M Y K H S L
Decimal 175 6 61 0 0.97 0.65 0.31 340.47 0.93 0.35
Hex AF 6 3D 0 61 41 1F 154 5D 23
Octal 257 6 75 0 141 101 37 524 135 43
Binary 10101111 110 111101 0 1100001 1000001 11111 101010100 1011101 100011

Color Harmonies of #AF063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF063D

Black with #AF063D

Text Example


Text Example

White with #AF063D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF063D; }

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

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

background-color css

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

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

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

border-color css

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

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

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