Html Css Color HEX #AF0439 Cardinal

📋 copy color: '#AF0439'

red 175 ◦ green 4 ◦ blue 57

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

Shades of Cardinal #AF0439

Tints of Cardinal #AF0439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 24.15%

R = 74.15%
G = 1.69%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF0439 (or 0xAF0439) is known color: Cardinal. HEX triplet: AF, 04 and 39. RGB value is (175,4,57). Sum of RGB (Red+Green+Blue) = 175+4+57=236 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.15% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 57 (22.66% from 255 or 24.15% from 236); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0439 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0439 is #50FBC6. Grayscale: #3D3D3D. Windows color (decimal): -5307335 or 3736751. OLE color: 3736751.

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

Color convert

RGB 175 4 57 -
CMYK 0 0.98 0.67 0.31
HSL 341.4º 0.96% 0.35% -
HSV(B) 341.4º 0.98% 0.69% -
XYZ 18.46 9.5 4.73 -
YUV 61.17 125.65 209.19 -
System Red Green Blue C M Y K H S L
Decimal 175 4 57 0 0.98 0.67 0.31 341.4 0.96 0.35
Hex AF 4 39 0 62 43 1F 155 60 23
Octal 257 4 71 0 142 103 37 525 140 43
Binary 10101111 100 111001 0 1100010 1000011 11111 101010101 1100000 100011

Color Harmonies of #AF0439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0439

Black with #AF0439

Text Example


Text Example

White with #AF0439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0439; }

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

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

background-color css

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

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

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

border-color css

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

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

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