Html Css Color HEX #AF1934 Cardinal

📋 copy color: '#AF1934'

red 175 ◦ green 25 ◦ blue 52

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

Shades of Cardinal #AF1934

Tints of Cardinal #AF1934

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.92%

 BLUE value IS 52 (20.7% from 255) = 20.63%

R = 69.44%
G = 9.92%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF1934 (or 0xAF1934) is known color: Cardinal. HEX triplet: AF, 19 and 34. RGB value is (175,25,52). Sum of RGB (Red+Green+Blue) = 175+25+52=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1934 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1934 is #50E6CB. Grayscale: #484848. Windows color (decimal): -5301964 or 3414447. OLE color: 3414447.

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

Color convert

RGB 175 25 52 -
CMYK 0 0.86 0.70 0.31
HSL 349.2º 0.75% 0.39% -
HSV(B) 349.2º 0.86% 0.69% -
XYZ 18.65 10.06 4.21 -
YUV 72.93 116.2 200.8 -
System Red Green Blue C M Y K H S L
Decimal 175 25 52 0 0.86 0.70 0.31 349.2 0.75 0.39
Hex AF 19 34 0 56 46 1F 15D 4B 27
Octal 257 31 64 0 126 106 37 535 113 47
Binary 10101111 11001 110100 0 1010110 1000110 11111 101011101 1001011 100111

Color Harmonies of #AF1934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1934

Black with #AF1934

Text Example


Text Example

White with #AF1934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1934; }

 p { color: rgb(175,25,52); }

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

background-color css

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

 a { background-color: rgb(175,25,52); }

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

border-color css

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

 span { border-color: rgb(175,25,52); }

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