Html Css Color HEX #AF1031 Cardinal

📋 copy color: '#AF1031'

red 175 ◦ green 16 ◦ blue 49

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

Shades of Cardinal #AF1031

Tints of Cardinal #AF1031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.42%

R = 72.92%
G = 6.67%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF1031 (or 0xAF1031) is known color: Cardinal. HEX triplet: AF, 10 and 31. RGB value is (175,16,49). Sum of RGB (Red+Green+Blue) = 175+16+49=240 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.92% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1031 is #50EFCE. Grayscale: #434343. Windows color (decimal): -5304271 or 3215535. OLE color: 3215535.

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

Color convert

RGB 175 16 49 -
CMYK 0 0.91 0.72 0.31
HSL 347.55º 0.83% 0.37% -
HSV(B) 347.55º 0.91% 0.69% -
XYZ 18.42 9.71 3.81 -
YUV 67.3 117.68 204.82 -
System Red Green Blue C M Y K H S L
Decimal 175 16 49 0 0.91 0.72 0.31 347.55 0.83 0.37
Hex AF 10 31 0 5B 48 1F 15C 53 25
Octal 257 20 61 0 133 110 37 534 123 45
Binary 10101111 10000 110001 0 1011011 1001000 11111 101011100 1010011 100101

Color Harmonies of #AF1031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1031

Black with #AF1031

Text Example


Text Example

White with #AF1031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1031; }

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

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

background-color css

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

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

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

border-color css

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

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

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