Html Css Color HEX #AF1A32 Cardinal

📋 copy color: '#AF1A32'

red 175 ◦ green 26 ◦ blue 50

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

Shades of Cardinal #AF1A32

Tints of Cardinal #AF1A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.92%

R = 69.72%
G = 10.36%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF1A32 (or 0xAF1A32) is known color: Cardinal. HEX triplet: AF, 1A and 32. RGB value is (175,26,50). Sum of RGB (Red+Green+Blue) = 175+26+50=251 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.72% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1A32 is #50E5CD. Grayscale: #494949. Windows color (decimal): -5301710 or 3283631. OLE color: 3283631.

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

Color convert

RGB 175 26 50 -
CMYK 0 0.85 0.71 0.31
HSL 350.34º 0.74% 0.39% -
HSV(B) 350.34º 0.85% 0.69% -
XYZ 18.62 10.08 3.98 -
YUV 73.29 114.86 200.55 -
System Red Green Blue C M Y K H S L
Decimal 175 26 50 0 0.85 0.71 0.31 350.34 0.74 0.39
Hex AF 1A 32 0 55 47 1F 15E 4A 27
Octal 257 32 62 0 125 107 37 536 112 47
Binary 10101111 11010 110010 0 1010101 1000111 11111 101011110 1001010 100111

Color Harmonies of #AF1A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1A32

Black with #AF1A32

Text Example


Text Example

White with #AF1A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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