Html Css Color HEX #AF283A Cardinal

📋 copy color: '#AF283A'

red 175 ◦ green 40 ◦ blue 58

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

Shades of Cardinal #AF283A

Tints of Cardinal #AF283A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.65%

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

R = 64.1%
G = 14.65%
B = 21.25%

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

#AF283A (or 0xAF283A) is known color: Cardinal. HEX triplet: AF, 28 and 3A. RGB value is (175,40,58). Sum of RGB (Red+Green+Blue) = 175+40+58=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF283A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF283A is #50D7C5. Grayscale: #525252. Windows color (decimal): -5298118 or 3811503. OLE color: 3811503.

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

Color convert

RGB 175 40 58 -
CMYK 0 0.77 0.67 0.31
HSL 352º 0.63% 0.42% -
HSV(B) 352º 0.77% 0.69% -
XYZ 19.2 10.94 5.1 -
YUV 82.42 114.23 194.04 -
System Red Green Blue C M Y K H S L
Decimal 175 40 58 0 0.77 0.67 0.31 352 0.63 0.42
Hex AF 28 3A 0 4D 43 1F 160 3F 2A
Octal 257 50 72 0 115 103 37 540 77 52
Binary 10101111 101000 111010 0 1001101 1000011 11111 101100000 111111 101010

Color Harmonies of #AF283A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF283A

Black with #AF283A

Text Example


Text Example

White with #AF283A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF283A; }

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

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

background-color css

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

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

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

border-color css

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

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

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