Html Css Color HEX #AF1A37 Cardinal

📋 copy color: '#AF1A37'

red 175 ◦ green 26 ◦ blue 55

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

Shades of Cardinal #AF1A37

Tints of Cardinal #AF1A37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 21.48%

R = 68.36%
G = 10.16%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF1A37 (or 0xAF1A37) is known color: Cardinal. HEX triplet: AF, 1A and 37. RGB value is (175,26,55). Sum of RGB (Red+Green+Blue) = 175+26+55=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1A37 is #50E5C8. Grayscale: #494949. Windows color (decimal): -5301705 or 3611311. OLE color: 3611311.

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

Color convert

RGB 175 26 55 -
CMYK 0 0.85 0.69 0.31
HSL 348.32º 0.74% 0.39% -
HSV(B) 348.32º 0.85% 0.69% -
XYZ 18.74 10.13 4.58 -
YUV 73.86 117.36 200.14 -
System Red Green Blue C M Y K H S L
Decimal 175 26 55 0 0.85 0.69 0.31 348.32 0.74 0.39
Hex AF 1A 37 0 55 45 1F 15C 4A 27
Octal 257 32 67 0 125 105 37 534 112 47
Binary 10101111 11010 110111 0 1010101 1000101 11111 101011100 1001010 100111

Color Harmonies of #AF1A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1A37

Black with #AF1A37

Text Example


Text Example

White with #AF1A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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