Html Css Color HEX #AF1635 Cardinal

📋 copy color: '#AF1635'

red 175 ◦ green 22 ◦ blue 53

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

Shades of Cardinal #AF1635

Tints of Cardinal #AF1635

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.8%

 BLUE value IS 53 (21.09% from 255) = 21.2%

R = 70%
G = 8.8%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF1635 (or 0xAF1635) is known color: Cardinal. HEX triplet: AF, 16 and 35. RGB value is (175,22,53). Sum of RGB (Red+Green+Blue) = 175+22+53=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 53 (21.09% from 255 or 21.2% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1635 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1635 is #50E9CA. Grayscale: #474747. Windows color (decimal): -5302731 or 3479215. OLE color: 3479215.

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

Color convert

RGB 175 22 53 -
CMYK 0 0.87 0.70 0.31
HSL 347.84º 0.78% 0.39% -
HSV(B) 347.84º 0.87% 0.69% -
XYZ 18.61 9.94 4.31 -
YUV 71.28 117.69 201.98 -
System Red Green Blue C M Y K H S L
Decimal 175 22 53 0 0.87 0.70 0.31 347.84 0.78 0.39
Hex AF 16 35 0 57 46 1F 15C 4E 27
Octal 257 26 65 0 127 106 37 534 116 47
Binary 10101111 10110 110101 0 1010111 1000110 11111 101011100 1001110 100111

Color Harmonies of #AF1635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1635

Black with #AF1635

Text Example


Text Example

White with #AF1635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1635; }

 p { color: rgb(175,22,53); }

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

background-color css

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

 a { background-color: rgb(175,22,53); }

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

border-color css

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

 span { border-color: rgb(175,22,53); }

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