Html Css Color HEX #AF1A2C Cardinal

📋 copy color: '#AF1A2C'

red 175 ◦ green 26 ◦ blue 44

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

Shades of Cardinal #AF1A2C

Tints of Cardinal #AF1A2C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.61%

 BLUE value IS 44 (17.58% from 255) = 17.96%

R = 71.43%
G = 10.61%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF1A2C (or 0xAF1A2C) is known color: Cardinal. HEX triplet: AF, 1A and 2C. RGB value is (175,26,44). Sum of RGB (Red+Green+Blue) = 175+26+44=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1A2C is #50E5D3. Grayscale: #484848. Windows color (decimal): -5301716 or 2890415. OLE color: 2890415.

HSL color Cylindrical-coordinate representation of color #AF1A2C: hue angle of 352.75º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1A2C is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 26 44 -
CMYK 0 0.85 0.75 0.31
HSL 352.75º 0.74% 0.39% -
HSV(B) 352.75º 0.85% 0.69% -
XYZ 18.5 10.03 3.34 -
YUV 72.6 111.86 201.04 -
System Red Green Blue C M Y K H S L
Decimal 175 26 44 0 0.85 0.75 0.31 352.75 0.74 0.39
Hex AF 1A 2C 0 55 4B 1F 161 4A 27
Octal 257 32 54 0 125 113 37 541 112 47
Binary 10101111 11010 101100 0 1010101 1001011 11111 101100001 1001010 100111

Color Harmonies of #AF1A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1A2C

Black with #AF1A2C

Text Example


Text Example

White with #AF1A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1A2C; }

 p { color: rgb(175,26,44); }

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

background-color css

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

 a { background-color: rgb(175,26,44); }

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

border-color css

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

 span { border-color: rgb(175,26,44); }

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