Html Css Color HEX #AF053D Cardinal

📋 copy color: '#AF053D'

red 175 ◦ green 5 ◦ blue 61

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

Shades of Cardinal #AF053D

Tints of Cardinal #AF053D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.07%

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

R = 72.61%
G = 2.07%
B = 25.31%

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

#AF053D (or 0xAF053D) is known color: Cardinal. HEX triplet: AF, 05 and 3D. RGB value is (175,5,61). Sum of RGB (Red+Green+Blue) = 175+5+61=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF053D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF053D is #50FAC2. Grayscale: #3E3E3E. Windows color (decimal): -5307075 or 3999151. OLE color: 3999151.

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

Color convert

RGB 175 5 61 -
CMYK 0 0.97 0.65 0.31
HSL 340.24º 0.94% 0.35% -
HSV(B) 340.24º 0.97% 0.69% -
XYZ 18.58 9.56 5.28 -
YUV 62.21 127.32 208.45 -
System Red Green Blue C M Y K H S L
Decimal 175 5 61 0 0.97 0.65 0.31 340.24 0.94 0.35
Hex AF 5 3D 0 61 41 1F 154 5E 23
Octal 257 5 75 0 141 101 37 524 136 43
Binary 10101111 101 111101 0 1100001 1000001 11111 101010100 1011110 100011

Color Harmonies of #AF053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF053D

Black with #AF053D

Text Example


Text Example

White with #AF053D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF053D; }

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

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

background-color css

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

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

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

border-color css

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

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

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