Html Css Color HEX #AF1432 Cardinal

📋 copy color: '#AF1432'

red 175 ◦ green 20 ◦ blue 50

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

Shades of Cardinal #AF1432

Tints of Cardinal #AF1432

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.16%

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

R = 71.43%
G = 8.16%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF1432 (or 0xAF1432) is known color: Cardinal. HEX triplet: AF, 14 and 32. RGB value is (175,20,50). Sum of RGB (Red+Green+Blue) = 175+20+50=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1432 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1432 is #50EBCD. Grayscale: #454545. Windows color (decimal): -5303246 or 3282095. OLE color: 3282095.

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

Color convert

RGB 175 20 50 -
CMYK 0 0.89 0.71 0.31
HSL 348.39º 0.79% 0.38% -
HSV(B) 348.39º 0.89% 0.69% -
XYZ 18.51 9.84 3.94 -
YUV 69.77 116.85 203.06 -
System Red Green Blue C M Y K H S L
Decimal 175 20 50 0 0.89 0.71 0.31 348.39 0.79 0.38
Hex AF 14 32 0 59 47 1F 15C 4F 26
Octal 257 24 62 0 131 107 37 534 117 46
Binary 10101111 10100 110010 0 1011001 1000111 11111 101011100 1001111 100110

Color Harmonies of #AF1432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1432

Black with #AF1432

Text Example


Text Example

White with #AF1432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1432; }

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

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

background-color css

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

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

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

border-color css

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

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

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