Html Css Color HEX #AF103F Cardinal

📋 copy color: '#AF103F'

red 175 ◦ green 16 ◦ blue 63

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

Shades of Cardinal #AF103F

Tints of Cardinal #AF103F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.8%

R = 68.9%
G = 6.3%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF103F (or 0xAF103F) is known color: Cardinal. HEX triplet: AF, 10 and 3F. RGB value is (175,16,63). Sum of RGB (Red+Green+Blue) = 175+16+63=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF103F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF103F is #50EFC0. Grayscale: #444444. Windows color (decimal): -5304257 or 4133039. OLE color: 4133039.

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

Color convert

RGB 175 16 63 -
CMYK 0 0.91 0.64 0.31
HSL 342.26º 0.83% 0.37% -
HSV(B) 342.26º 0.91% 0.69% -
XYZ 18.76 9.84 5.61 -
YUV 68.9 124.68 203.68 -
System Red Green Blue C M Y K H S L
Decimal 175 16 63 0 0.91 0.64 0.31 342.26 0.83 0.37
Hex AF 10 3F 0 5B 40 1F 156 53 25
Octal 257 20 77 0 133 100 37 526 123 45
Binary 10101111 10000 111111 0 1011011 1000000 11111 101010110 1010011 100101

Color Harmonies of #AF103F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF103F

Black with #AF103F

Text Example


Text Example

White with #AF103F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF103F; }

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

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

background-color css

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

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

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

border-color css

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

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

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