Html Css Color HEX #AF0139 Cardinal

📋 copy color: '#AF0139'

red 175 ◦ green 1 ◦ blue 57

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

Shades of Cardinal #AF0139

Tints of Cardinal #AF0139

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 75.11%
G = 0.43%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF0139 (or 0xAF0139) is known color: Cardinal. HEX triplet: AF, 01 and 39. RGB value is (175,1,57). Sum of RGB (Red+Green+Blue) = 175+1+57=233 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.11% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 57 (22.66% from 255 or 24.46% from 233); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0139 is #50FEC6. Grayscale: #3B3B3B. Windows color (decimal): -5308103 or 3735983. OLE color: 3735983.

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

Color convert

RGB 175 1 57 -
CMYK 0 0.99 0.67 0.31
HSL 340.69º 0.99% 0.35% -
HSV(B) 340.69º 0.99% 0.69% -
XYZ 18.43 9.43 4.72 -
YUV 59.41 126.65 210.45 -
System Red Green Blue C M Y K H S L
Decimal 175 1 57 0 0.99 0.67 0.31 340.69 0.99 0.35
Hex AF 1 39 0 63 43 1F 155 63 23
Octal 257 1 71 0 143 103 37 525 143 43
Binary 10101111 1 111001 0 1100011 1000011 11111 101010101 1100011 100011

Color Harmonies of #AF0139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0139

Black with #AF0139

Text Example


Text Example

White with #AF0139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0139; }

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

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

background-color css

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

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

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

border-color css

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

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

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