Html Css Color HEX #AF192A Cardinal

📋 copy color: '#AF192A'

red 175 ◦ green 25 ◦ blue 42

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

Shades of Cardinal #AF192A

Tints of Cardinal #AF192A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.36%

R = 72.31%
G = 10.33%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#AF192A (or 0xAF192A) is known color: Cardinal. HEX triplet: AF, 19 and 2A. RGB value is (175,25,42). Sum of RGB (Red+Green+Blue) = 175+25+42=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF192A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF192A is #50E6D5. Grayscale: #474747. Windows color (decimal): -5301974 or 2759087. OLE color: 2759087.

HSL color Cylindrical-coordinate representation of color #AF192A: hue angle of 353.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 #AF192A is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 25 42 -
CMYK 0 0.86 0.76 0.31
HSL 353.2º 0.75% 0.39% -
HSV(B) 353.2º 0.86% 0.69% -
XYZ 18.44 9.98 3.14 -
YUV 71.79 111.2 201.62 -
System Red Green Blue C M Y K H S L
Decimal 175 25 42 0 0.86 0.76 0.31 353.2 0.75 0.39
Hex AF 19 2A 0 56 4C 1F 161 4B 27
Octal 257 31 52 0 126 114 37 541 113 47
Binary 10101111 11001 101010 0 1010110 1001100 11111 101100001 1001011 100111

Color Harmonies of #AF192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF192A

Black with #AF192A

Text Example


Text Example

White with #AF192A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF192A; }

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

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

background-color css

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

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

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

border-color css

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

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

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