Html Css Color HEX #AF2534 Cardinal

📋 copy color: '#AF2534'

red 175 ◦ green 37 ◦ blue 52

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

Shades of Cardinal #AF2534

Tints of Cardinal #AF2534

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.02%

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

R = 66.29%
G = 14.02%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF2534 (or 0xAF2534) is known color: Cardinal. HEX triplet: AF, 25 and 34. RGB value is (175,37,52). Sum of RGB (Red+Green+Blue) = 175+37+52=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2534 is #50DACB. Grayscale: #505050. Windows color (decimal): -5298892 or 3417519. OLE color: 3417519.

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

Color convert

RGB 175 37 52 -
CMYK 0 0.79 0.70 0.31
HSL 353.48º 0.65% 0.42% -
HSV(B) 353.48º 0.79% 0.69% -
XYZ 18.96 10.69 4.31 -
YUV 79.97 112.22 195.78 -
System Red Green Blue C M Y K H S L
Decimal 175 37 52 0 0.79 0.70 0.31 353.48 0.65 0.42
Hex AF 25 34 0 4F 46 1F 161 41 2A
Octal 257 45 64 0 117 106 37 541 101 52
Binary 10101111 100101 110100 0 1001111 1000110 11111 101100001 1000001 101010

Color Harmonies of #AF2534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2534

Black with #AF2534

Text Example


Text Example

White with #AF2534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2534; }

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

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

background-color css

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

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

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

border-color css

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

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

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