Html Css Color HEX #AF1A3F Cardinal

📋 copy color: '#AF1A3F'

red 175 ◦ green 26 ◦ blue 63

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

Shades of Cardinal #AF1A3F

Tints of Cardinal #AF1A3F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.85%

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

R = 66.29%
G = 9.85%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF1A3F (or 0xAF1A3F) is known color: Cardinal. HEX triplet: AF, 1A and 3F. RGB value is (175,26,63). Sum of RGB (Red+Green+Blue) = 175+26+63=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1A3F is #50E5C0. Grayscale: #4A4A4A. Windows color (decimal): -5301697 or 4135599. OLE color: 4135599.

HSL color Cylindrical-coordinate representation of color #AF1A3F: hue angle of 345.1º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1A3F is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 26 63 -
CMYK 0 0.85 0.64 0.31
HSL 345.1º 0.74% 0.39% -
HSV(B) 345.1º 0.85% 0.69% -
XYZ 18.95 10.21 5.68 -
YUV 74.77 121.36 199.49 -
System Red Green Blue C M Y K H S L
Decimal 175 26 63 0 0.85 0.64 0.31 345.1 0.74 0.39
Hex AF 1A 3F 0 55 40 1F 159 4A 27
Octal 257 32 77 0 125 100 37 531 112 47
Binary 10101111 11010 111111 0 1010101 1000000 11111 101011001 1001010 100111

Color Harmonies of #AF1A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1A3F

Black with #AF1A3F

Text Example


Text Example

White with #AF1A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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