Html Css Color HEX #AF182A Cardinal

📋 copy color: '#AF182A'

red 175 ◦ green 24 ◦ blue 42

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

Shades of Cardinal #AF182A

Tints of Cardinal #AF182A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.96%

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

R = 72.61%
G = 9.96%
B = 17.43%

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

#AF182A (or 0xAF182A) is known color: Cardinal. HEX triplet: AF, 18 and 2A. RGB value is (175,24,42). Sum of RGB (Red+Green+Blue) = 175+24+42=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF182A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF182A is #50E7D5. Grayscale: #474747. Windows color (decimal): -5302230 or 2758831. OLE color: 2758831.

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

Color convert

RGB 175 24 42 -
CMYK 0 0.86 0.76 0.31
HSL 352.85º 0.76% 0.39% -
HSV(B) 352.85º 0.86% 0.69% -
XYZ 18.42 9.93 3.14 -
YUV 71.2 111.53 202.04 -
System Red Green Blue C M Y K H S L
Decimal 175 24 42 0 0.86 0.76 0.31 352.85 0.76 0.39
Hex AF 18 2A 0 56 4C 1F 161 4C 27
Octal 257 30 52 0 126 114 37 541 114 47
Binary 10101111 11000 101010 0 1010110 1001100 11111 101100001 1001100 100111

Color Harmonies of #AF182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF182A

Black with #AF182A

Text Example


Text Example

White with #AF182A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF182A; }

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

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

background-color css

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

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

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

border-color css

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

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

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