Html Css Color HEX #AF1039 Cardinal

📋 copy color: '#AF1039'

red 175 ◦ green 16 ◦ blue 57

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

Shades of Cardinal #AF1039

Tints of Cardinal #AF1039

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.45%

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

R = 70.56%
G = 6.45%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF1039 (or 0xAF1039) is known color: Cardinal. HEX triplet: AF, 10 and 39. RGB value is (175,16,57). Sum of RGB (Red+Green+Blue) = 175+16+57=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1039 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1039 is #50EFC6. Grayscale: #444444. Windows color (decimal): -5304263 or 3739823. OLE color: 3739823.

HSL color Cylindrical-coordinate representation of color #AF1039: hue angle of 344.53º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF1039 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 16 57 -
CMYK 0 0.91 0.67 0.31
HSL 344.53º 0.83% 0.37% -
HSV(B) 344.53º 0.91% 0.69% -
XYZ 18.6 9.78 4.78 -
YUV 68.22 121.68 204.17 -
System Red Green Blue C M Y K H S L
Decimal 175 16 57 0 0.91 0.67 0.31 344.53 0.83 0.37
Hex AF 10 39 0 5B 43 1F 159 53 25
Octal 257 20 71 0 133 103 37 531 123 45
Binary 10101111 10000 111001 0 1011011 1000011 11111 101011001 1010011 100101

Color Harmonies of #AF1039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1039

Black with #AF1039

Text Example


Text Example

White with #AF1039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1039; }

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

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

background-color css

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

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

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

border-color css

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

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

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