Html Css Color HEX #AF1029 Cardinal

📋 copy color: '#AF1029'

red 175 ◦ green 16 ◦ blue 41

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

Shades of Cardinal #AF1029

Tints of Cardinal #AF1029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.67%

R = 75.43%
G = 6.9%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF1029 (or 0xAF1029) is known color: Cardinal. HEX triplet: AF, 10 and 29. RGB value is (175,16,41). Sum of RGB (Red+Green+Blue) = 175+16+41=232 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.43% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 41 (16.41% from 255 or 17.67% from 232); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1029 is #50EFD6. Grayscale: #424242. Windows color (decimal): -5304279 or 2691247. OLE color: 2691247.

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

Color convert

RGB 175 16 41 -
CMYK 0 0.91 0.77 0.31
HSL 350.57º 0.83% 0.37% -
HSV(B) 350.57º 0.91% 0.69% -
XYZ 18.26 9.64 3 -
YUV 66.39 113.68 205.47 -
System Red Green Blue C M Y K H S L
Decimal 175 16 41 0 0.91 0.77 0.31 350.57 0.83 0.37
Hex AF 10 29 0 5B 4D 1F 15F 53 25
Octal 257 20 51 0 133 115 37 537 123 45
Binary 10101111 10000 101001 0 1011011 1001101 11111 101011111 1010011 100101

Color Harmonies of #AF1029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1029

Black with #AF1029

Text Example


Text Example

White with #AF1029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1029; }

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

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

background-color css

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

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

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

border-color css

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

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

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