Html Css Color HEX #AF1126 Cardinal

📋 copy color: '#AF1126'

red 175 ◦ green 17 ◦ blue 38

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

Shades of Cardinal #AF1126

Tints of Cardinal #AF1126

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.39%

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

R = 76.09%
G = 7.39%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF1126 (or 0xAF1126) is known color: Cardinal. HEX triplet: AF, 11 and 26. RGB value is (175,17,38). Sum of RGB (Red+Green+Blue) = 175+17+38=230 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.09% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 38 (15.23% from 255 or 16.52% from 230); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1126 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1126 is #50EED9. Grayscale: #424242. Windows color (decimal): -5304026 or 2494895. OLE color: 2494895.

HSL color Cylindrical-coordinate representation of color #AF1126: hue angle of 352.03º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1126 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 17 38 -
CMYK 0 0.90 0.78 0.31
HSL 352.03º 0.82% 0.38% -
HSV(B) 352.03º 0.9% 0.69% -
XYZ 18.23 9.65 2.74 -
YUV 66.64 111.85 205.29 -
System Red Green Blue C M Y K H S L
Decimal 175 17 38 0 0.90 0.78 0.31 352.03 0.82 0.38
Hex AF 11 26 0 5A 4E 1F 160 52 26
Octal 257 21 46 0 132 116 37 540 122 46
Binary 10101111 10001 100110 0 1011010 1001110 11111 101100000 1010010 100110

Color Harmonies of #AF1126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1126

Black with #AF1126

Text Example


Text Example

White with #AF1126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1126; }

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

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

background-color css

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

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

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

border-color css

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

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

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