Html Css Color HEX #AF2634 Cardinal

📋 copy color: '#AF2634'

red 175 ◦ green 38 ◦ blue 52

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

Shades of Cardinal #AF2634

Tints of Cardinal #AF2634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.62%

R = 66.04%
G = 14.34%
B = 19.62%

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

#AF2634 (or 0xAF2634) is known color: Cardinal. HEX triplet: AF, 26 and 34. RGB value is (175,38,52). Sum of RGB (Red+Green+Blue) = 175+38+52=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2634 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2634 is #50D9CB. Grayscale: #505050. Windows color (decimal): -5298636 or 3417775. OLE color: 3417775.

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

Color convert

RGB 175 38 52 -
CMYK 0 0.78 0.70 0.31
HSL 353.87º 0.64% 0.42% -
HSV(B) 353.87º 0.78% 0.69% -
XYZ 18.99 10.75 4.32 -
YUV 80.56 111.89 195.36 -
System Red Green Blue C M Y K H S L
Decimal 175 38 52 0 0.78 0.70 0.31 353.87 0.64 0.42
Hex AF 26 34 0 4E 46 1F 162 40 2A
Octal 257 46 64 0 116 106 37 542 100 52
Binary 10101111 100110 110100 0 1001110 1000110 11111 101100010 1000000 101010

Color Harmonies of #AF2634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2634

Black with #AF2634

Text Example


Text Example

White with #AF2634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2634; }

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

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

background-color css

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

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

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

border-color css

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

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

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