Html Css Color HEX #AF283D Cardinal

📋 copy color: '#AF283D'

red 175 ◦ green 40 ◦ blue 61

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

Shades of Cardinal #AF283D

Tints of Cardinal #AF283D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.1%

R = 63.41%
G = 14.49%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF283D (or 0xAF283D) is known color: Cardinal. HEX triplet: AF, 28 and 3D. RGB value is (175,40,61). Sum of RGB (Red+Green+Blue) = 175+40+61=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF283D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF283D is #50D7C2. Grayscale: #525252. Windows color (decimal): -5298115 or 4008111. OLE color: 4008111.

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

Color convert

RGB 175 40 61 -
CMYK 0 0.77 0.65 0.31
HSL 350.67º 0.63% 0.42% -
HSV(B) 350.67º 0.77% 0.69% -
XYZ 19.28 10.97 5.52 -
YUV 82.76 115.73 193.79 -
System Red Green Blue C M Y K H S L
Decimal 175 40 61 0 0.77 0.65 0.31 350.67 0.63 0.42
Hex AF 28 3D 0 4D 41 1F 15F 3F 2A
Octal 257 50 75 0 115 101 37 537 77 52
Binary 10101111 101000 111101 0 1001101 1000001 11111 101011111 111111 101010

Color Harmonies of #AF283D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF283D

Black with #AF283D

Text Example


Text Example

White with #AF283D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF283D; }

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

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

background-color css

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

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

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

border-color css

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

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

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