Html Css Color HEX #AF1926 Cardinal

📋 copy color: '#AF1926'

red 175 ◦ green 25 ◦ blue 38

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

Shades of Cardinal #AF1926

Tints of Cardinal #AF1926

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.5%

 BLUE value IS 38 (15.23% from 255) = 15.97%

R = 73.53%
G = 10.5%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF1926 (or 0xAF1926) is known color: Cardinal. HEX triplet: AF, 19 and 26. RGB value is (175,25,38). Sum of RGB (Red+Green+Blue) = 175+25+38=238 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.53% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 38 (15.23% from 255 or 15.97% from 238); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1926 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1926 is #50E6D9. Grayscale: #474747. Windows color (decimal): -5301978 or 2496943. OLE color: 2496943.

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

Color convert

RGB 175 25 38 -
CMYK 0 0.86 0.78 0.31
HSL 354.8º 0.75% 0.39% -
HSV(B) 354.8º 0.86% 0.69% -
XYZ 18.38 9.95 2.79 -
YUV 71.33 109.2 201.94 -
System Red Green Blue C M Y K H S L
Decimal 175 25 38 0 0.86 0.78 0.31 354.8 0.75 0.39
Hex AF 19 26 0 56 4E 1F 163 4B 27
Octal 257 31 46 0 126 116 37 543 113 47
Binary 10101111 11001 100110 0 1010110 1001110 11111 101100011 1001011 100111

Color Harmonies of #AF1926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1926

Black with #AF1926

Text Example


Text Example

White with #AF1926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1926; }

 p { color: rgb(175,25,38); }

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

background-color css

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

 a { background-color: rgb(175,25,38); }

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

border-color css

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

 span { border-color: rgb(175,25,38); }

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