Html Css Color HEX #AF023E Cardinal

📋 copy color: '#AF023E'

red 175 ◦ green 2 ◦ blue 62

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

Shades of Cardinal #AF023E

Tints of Cardinal #AF023E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

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

R = 73.22%
G = 0.84%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF023E (or 0xAF023E) is known color: Cardinal. HEX triplet: AF, 02 and 3E. RGB value is (175,2,62). Sum of RGB (Red+Green+Blue) = 175+2+62=239 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.22% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 175 - color contains mainly: red. Hex color #AF023E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF023E is #50FDC1. Grayscale: #3C3C3C. Windows color (decimal): -5307842 or 4063919. OLE color: 4063919.

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

Color convert

RGB 175 2 62 -
CMYK 0 0.99 0.65 0.31
HSL 339.19º 0.98% 0.35% -
HSV(B) 339.19º 0.99% 0.69% -
XYZ 18.57 9.51 5.41 -
YUV 60.57 128.81 209.62 -
System Red Green Blue C M Y K H S L
Decimal 175 2 62 0 0.99 0.65 0.31 339.19 0.98 0.35
Hex AF 2 3E 0 63 41 1F 153 62 23
Octal 257 2 76 0 143 101 37 523 142 43
Binary 10101111 10 111110 0 1100011 1000001 11111 101010011 1100010 100011

Color Harmonies of #AF023E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF023E

Black with #AF023E

Text Example


Text Example

White with #AF023E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF023E; }

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

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

background-color css

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

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

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

border-color css

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

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

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