Html Css Color HEX #AF253A Cardinal

📋 copy color: '#AF253A'

red 175 ◦ green 37 ◦ blue 58

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

Shades of Cardinal #AF253A

Tints of Cardinal #AF253A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.48%

R = 64.81%
G = 13.7%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF253A (or 0xAF253A) is known color: Cardinal. HEX triplet: AF, 25 and 3A. RGB value is (175,37,58). Sum of RGB (Red+Green+Blue) = 175+37+58=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF253A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF253A is #50DAC5. Grayscale: #505050. Windows color (decimal): -5298886 or 3810735. OLE color: 3810735.

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

Color convert

RGB 175 37 58 -
CMYK 0 0.79 0.67 0.31
HSL 350.87º 0.65% 0.42% -
HSV(B) 350.87º 0.79% 0.69% -
XYZ 19.1 10.74 5.07 -
YUV 80.66 115.22 195.29 -
System Red Green Blue C M Y K H S L
Decimal 175 37 58 0 0.79 0.67 0.31 350.87 0.65 0.42
Hex AF 25 3A 0 4F 43 1F 15F 41 2A
Octal 257 45 72 0 117 103 37 537 101 52
Binary 10101111 100101 111010 0 1001111 1000011 11111 101011111 1000001 101010

Color Harmonies of #AF253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF253A

Black with #AF253A

Text Example


Text Example

White with #AF253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF253A; }

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

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

background-color css

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

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

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

border-color css

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

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

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