Html Css Color HEX #AF293A Cardinal

📋 copy color: '#AF293A'

red 175 ◦ green 41 ◦ blue 58

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

Shades of Cardinal #AF293A

Tints of Cardinal #AF293A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.96%

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

R = 63.87%
G = 14.96%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF293A (or 0xAF293A) is known color: Cardinal. HEX triplet: AF, 29 and 3A. RGB value is (175,41,58). Sum of RGB (Red+Green+Blue) = 175+41+58=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF293A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF293A is #50D6C5. Grayscale: #535353. Windows color (decimal): -5297862 or 3811759. OLE color: 3811759.

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

Color convert

RGB 175 41 58 -
CMYK 0 0.77 0.67 0.31
HSL 352.39º 0.62% 0.42% -
HSV(B) 352.39º 0.77% 0.69% -
XYZ 19.24 11.01 5.11 -
YUV 83 113.89 193.62 -
System Red Green Blue C M Y K H S L
Decimal 175 41 58 0 0.77 0.67 0.31 352.39 0.62 0.42
Hex AF 29 3A 0 4D 43 1F 160 3E 2A
Octal 257 51 72 0 115 103 37 540 76 52
Binary 10101111 101001 111010 0 1001101 1000011 11111 101100000 111110 101010

Color Harmonies of #AF293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF293A

Black with #AF293A

Text Example


Text Example

White with #AF293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF293A; }

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

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

background-color css

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

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

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

border-color css

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

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

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