Html Css Color HEX #AF1A29 Cardinal

📋 copy color: '#AF1A29'

red 175 ◦ green 26 ◦ blue 41

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

Shades of Cardinal #AF1A29

Tints of Cardinal #AF1A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.94%

R = 72.31%
G = 10.74%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF1A29 (or 0xAF1A29) is known color: Cardinal. HEX triplet: AF, 1A and 29. RGB value is (175,26,41). Sum of RGB (Red+Green+Blue) = 175+26+41=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 41 (16.41% from 255 or 16.94% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1A29 is #50E5D6. Grayscale: #484848. Windows color (decimal): -5301719 or 2693807. OLE color: 2693807.

HSL color Cylindrical-coordinate representation of color #AF1A29: hue angle of 353.96º 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 #AF1A29 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 26 41 -
CMYK 0 0.85 0.77 0.31
HSL 353.96º 0.74% 0.39% -
HSV(B) 353.96º 0.85% 0.69% -
XYZ 18.45 10.01 3.06 -
YUV 72.26 110.36 201.28 -
System Red Green Blue C M Y K H S L
Decimal 175 26 41 0 0.85 0.77 0.31 353.96 0.74 0.39
Hex AF 1A 29 0 55 4D 1F 162 4A 27
Octal 257 32 51 0 125 115 37 542 112 47
Binary 10101111 11010 101001 0 1010101 1001101 11111 101100010 1001010 100111

Color Harmonies of #AF1A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1A29

Black with #AF1A29

Text Example


Text Example

White with #AF1A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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