Html Css Color HEX #AF1C2A Cardinal

📋 copy color: '#AF1C2A'

red 175 ◦ green 28 ◦ blue 42

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

Shades of Cardinal #AF1C2A

Tints of Cardinal #AF1C2A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.43%

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

R = 71.43%
G = 11.43%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#AF1C2A (or 0xAF1C2A) is known color: Cardinal. HEX triplet: AF, 1C and 2A. RGB value is (175,28,42). Sum of RGB (Red+Green+Blue) = 175+28+42=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1C2A is #50E3D5. Grayscale: #494949. Windows color (decimal): -5301206 or 2759855. OLE color: 2759855.

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

Color convert

RGB 175 28 42 -
CMYK 0 0.84 0.76 0.31
HSL 354.29º 0.72% 0.4% -
HSV(B) 354.29º 0.84% 0.69% -
XYZ 18.51 10.11 3.17 -
YUV 73.55 110.2 200.36 -
System Red Green Blue C M Y K H S L
Decimal 175 28 42 0 0.84 0.76 0.31 354.29 0.72 0.4
Hex AF 1C 2A 0 54 4C 1F 162 48 28
Octal 257 34 52 0 124 114 37 542 110 50
Binary 10101111 11100 101010 0 1010100 1001100 11111 101100010 1001000 101000

Color Harmonies of #AF1C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1C2A

Black with #AF1C2A

Text Example


Text Example

White with #AF1C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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