Html Css Color HEX #AF1E2A Cardinal

📋 copy color: '#AF1E2A'

red 175 ◦ green 30 ◦ blue 42

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

Shades of Cardinal #AF1E2A

Tints of Cardinal #AF1E2A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.15%

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

R = 70.85%
G = 12.15%
B = 17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#AF1E2A (or 0xAF1E2A) is known color: Cardinal. HEX triplet: AF, 1E and 2A. RGB value is (175,30,42). Sum of RGB (Red+Green+Blue) = 175+30+42=247 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.85% from 247); Green value is 30 (12.11% from 255 or 12.15% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1E2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1E2A is #50E1D5. Grayscale: #4A4A4A. Windows color (decimal): -5300694 or 2760367. OLE color: 2760367.

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

Color convert

RGB 175 30 42 -
CMYK 0 0.83 0.76 0.31
HSL 355.03º 0.71% 0.4% -
HSV(B) 355.03º 0.83% 0.69% -
XYZ 18.56 10.21 3.18 -
YUV 74.72 109.54 199.52 -
System Red Green Blue C M Y K H S L
Decimal 175 30 42 0 0.83 0.76 0.31 355.03 0.71 0.4
Hex AF 1E 2A 0 53 4C 1F 163 47 28
Octal 257 36 52 0 123 114 37 543 107 50
Binary 10101111 11110 101010 0 1010011 1001100 11111 101100011 1000111 101000

Color Harmonies of #AF1E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1E2A

Black with #AF1E2A

Text Example


Text Example

White with #AF1E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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