Html Css Color HEX #AF1036 Cardinal

📋 copy color: '#AF1036'

red 175 ◦ green 16 ◦ blue 54

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

Shades of Cardinal #AF1036

Tints of Cardinal #AF1036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.04%

R = 71.43%
G = 6.53%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF1036 (or 0xAF1036) is known color: Cardinal. HEX triplet: AF, 10 and 36. RGB value is (175,16,54). Sum of RGB (Red+Green+Blue) = 175+16+54=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1036 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1036 is #50EFC9. Grayscale: #434343. Windows color (decimal): -5304266 or 3543215. OLE color: 3543215.

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

Color convert

RGB 175 16 54 -
CMYK 0 0.91 0.69 0.31
HSL 345.66º 0.83% 0.37% -
HSV(B) 345.66º 0.91% 0.69% -
XYZ 18.53 9.75 4.4 -
YUV 67.87 120.18 204.41 -
System Red Green Blue C M Y K H S L
Decimal 175 16 54 0 0.91 0.69 0.31 345.66 0.83 0.37
Hex AF 10 36 0 5B 45 1F 15A 53 25
Octal 257 20 66 0 133 105 37 532 123 45
Binary 10101111 10000 110110 0 1011011 1000101 11111 101011010 1010011 100101

Color Harmonies of #AF1036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1036

Black with #AF1036

Text Example


Text Example

White with #AF1036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1036; }

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

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

background-color css

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

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

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

border-color css

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

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

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