Html Css Color HEX #AF043C Cardinal

📋 copy color: '#AF043C'

red 175 ◦ green 4 ◦ blue 60

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

Shades of Cardinal #AF043C

Tints of Cardinal #AF043C

RGB

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

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

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

R = 73.22%
G = 1.67%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF043C (or 0xAF043C) is known color: Cardinal. HEX triplet: AF, 04 and 3C. RGB value is (175,4,60). Sum of RGB (Red+Green+Blue) = 175+4+60=239 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.22% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 175 - color contains mainly: red. Hex color #AF043C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF043C is #50FBC3. Grayscale: #3D3D3D. Windows color (decimal): -5307332 or 3933359. OLE color: 3933359.

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

Color convert

RGB 175 4 60 -
CMYK 0 0.98 0.66 0.31
HSL 340.35º 0.96% 0.35% -
HSV(B) 340.35º 0.98% 0.69% -
XYZ 18.54 9.53 5.14 -
YUV 61.51 127.15 208.95 -
System Red Green Blue C M Y K H S L
Decimal 175 4 60 0 0.98 0.66 0.31 340.35 0.96 0.35
Hex AF 4 3C 0 62 42 1F 154 60 23
Octal 257 4 74 0 142 102 37 524 140 43
Binary 10101111 100 111100 0 1100010 1000010 11111 101010100 1100000 100011

Color Harmonies of #AF043C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF043C

Black with #AF043C

Text Example


Text Example

White with #AF043C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF043C; }

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

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

background-color css

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

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

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

border-color css

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

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

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