Html Css Color HEX #AF0839 Cardinal

📋 copy color: '#AF0839'

red 175 ◦ green 8 ◦ blue 57

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

Shades of Cardinal #AF0839

Tints of Cardinal #AF0839

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.33%

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

R = 72.92%
G = 3.33%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF0839 (or 0xAF0839) is known color: Cardinal. HEX triplet: AF, 08 and 39. RGB value is (175,8,57). Sum of RGB (Red+Green+Blue) = 175+8+57=240 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.92% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 57 (22.66% from 255 or 23.75% from 240); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0839 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0839 is #50F7C6. Grayscale: #3F3F3F. Windows color (decimal): -5306311 or 3737775. OLE color: 3737775.

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

Color convert

RGB 175 8 57 -
CMYK 0 0.95 0.67 0.31
HSL 342.4º 0.91% 0.36% -
HSV(B) 342.4º 0.95% 0.69% -
XYZ 18.5 9.58 4.75 -
YUV 63.52 124.33 207.52 -
System Red Green Blue C M Y K H S L
Decimal 175 8 57 0 0.95 0.67 0.31 342.4 0.91 0.36
Hex AF 8 39 0 5F 43 1F 156 5B 24
Octal 257 10 71 0 137 103 37 526 133 44
Binary 10101111 1000 111001 0 1011111 1000011 11111 101010110 1011011 100100

Color Harmonies of #AF0839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0839

Black with #AF0839

Text Example


Text Example

White with #AF0839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0839; }

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

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

background-color css

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

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

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

border-color css

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

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

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