Html Css Color HEX #AF132A Cardinal

📋 copy color: '#AF132A'

red 175 ◦ green 19 ◦ blue 42

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

Shades of Cardinal #AF132A

Tints of Cardinal #AF132A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.05%

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

R = 74.15%
G = 8.05%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#AF132A (or 0xAF132A) is known color: Cardinal. HEX triplet: AF, 13 and 2A. RGB value is (175,19,42). Sum of RGB (Red+Green+Blue) = 175+19+42=236 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.15% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 175 - color contains mainly: red. Hex color #AF132A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF132A is #50ECD5. Grayscale: #444444. Windows color (decimal): -5303510 or 2757551. OLE color: 2757551.

HSL color Cylindrical-coordinate representation of color #AF132A: hue angle of 351.15º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF132A is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 19 42 -
CMYK 0 0.89 0.76 0.31
HSL 351.15º 0.8% 0.38% -
HSV(B) 351.15º 0.89% 0.69% -
XYZ 18.33 9.75 3.11 -
YUV 68.27 113.18 204.13 -
System Red Green Blue C M Y K H S L
Decimal 175 19 42 0 0.89 0.76 0.31 351.15 0.8 0.38
Hex AF 13 2A 0 59 4C 1F 15F 50 26
Octal 257 23 52 0 131 114 37 537 120 46
Binary 10101111 10011 101010 0 1011001 1001100 11111 101011111 1010000 100110

Color Harmonies of #AF132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF132A

Black with #AF132A

Text Example


Text Example

White with #AF132A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF132A; }

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

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

background-color css

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

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

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

border-color css

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

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

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