Html Css Color HEX #AF043F Cardinal

📋 copy color: '#AF043F'

red 175 ◦ green 4 ◦ blue 63

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

Shades of Cardinal #AF043F

Tints of Cardinal #AF043F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.65%

 BLUE value IS 63 (25% from 255) = 26.03%

R = 72.31%
G = 1.65%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF043F (or 0xAF043F) is known color: Cardinal. HEX triplet: AF, 04 and 3F. RGB value is (175,4,63). Sum of RGB (Red+Green+Blue) = 175+4+63=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF043F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF043F is #50FBC0. Grayscale: #3D3D3D. Windows color (decimal): -5307329 or 4129967. OLE color: 4129967.

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

Color convert

RGB 175 4 63 -
CMYK 0 0.98 0.64 0.31
HSL 339.3º 0.96% 0.35% -
HSV(B) 339.3º 0.98% 0.69% -
XYZ 18.62 9.56 5.57 -
YUV 61.86 128.65 208.7 -
System Red Green Blue C M Y K H S L
Decimal 175 4 63 0 0.98 0.64 0.31 339.3 0.96 0.35
Hex AF 4 3F 0 62 40 1F 153 60 23
Octal 257 4 77 0 142 100 37 523 140 43
Binary 10101111 100 111111 0 1100010 1000000 11111 101010011 1100000 100011

Color Harmonies of #AF043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF043F

Black with #AF043F

Text Example


Text Example

White with #AF043F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF043F; }

 p { color: rgb(175,4,63); }

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

background-color css

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

 a { background-color: rgb(175,4,63); }

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

border-color css

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

 span { border-color: rgb(175,4,63); }

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