Html Css Color HEX #AF2635 Cardinal

📋 copy color: '#AF2635'

red 175 ◦ green 38 ◦ blue 53

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

Shades of Cardinal #AF2635

Tints of Cardinal #AF2635

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.29%

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

R = 65.79%
G = 14.29%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF2635 (or 0xAF2635) is known color: Cardinal. HEX triplet: AF, 26 and 35. RGB value is (175,38,53). Sum of RGB (Red+Green+Blue) = 175+38+53=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2635 is #50D9CA. Grayscale: #505050. Windows color (decimal): -5298635 or 3483311. OLE color: 3483311.

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

Color convert

RGB 175 38 53 -
CMYK 0 0.78 0.70 0.31
HSL 353.43º 0.64% 0.42% -
HSV(B) 353.43º 0.78% 0.69% -
XYZ 19.01 10.76 4.44 -
YUV 80.67 112.39 195.28 -
System Red Green Blue C M Y K H S L
Decimal 175 38 53 0 0.78 0.70 0.31 353.43 0.64 0.42
Hex AF 26 35 0 4E 46 1F 161 40 2A
Octal 257 46 65 0 116 106 37 541 100 52
Binary 10101111 100110 110101 0 1001110 1000110 11111 101100001 1000000 101010

Color Harmonies of #AF2635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2635

Black with #AF2635

Text Example


Text Example

White with #AF2635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2635; }

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

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

background-color css

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

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

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

border-color css

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

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

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