Html Css Color HEX #AF2838 Cardinal

📋 copy color: '#AF2838'

red 175 ◦ green 40 ◦ blue 56

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

Shades of Cardinal #AF2838

Tints of Cardinal #AF2838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.66%

R = 64.58%
G = 14.76%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF2838 (or 0xAF2838) is known color: Cardinal. HEX triplet: AF, 28 and 38. RGB value is (175,40,56). Sum of RGB (Red+Green+Blue) = 175+40+56=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 56 (22.27% from 255 or 20.66% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2838 is #50D7C7. Grayscale: #525252. Windows color (decimal): -5298120 or 3680431. OLE color: 3680431.

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

Color convert

RGB 175 40 56 -
CMYK 0 0.77 0.68 0.31
HSL 352.89º 0.63% 0.42% -
HSV(B) 352.89º 0.77% 0.69% -
XYZ 19.15 10.92 4.84 -
YUV 82.19 113.23 194.2 -
System Red Green Blue C M Y K H S L
Decimal 175 40 56 0 0.77 0.68 0.31 352.89 0.63 0.42
Hex AF 28 38 0 4D 44 1F 161 3F 2A
Octal 257 50 70 0 115 104 37 541 77 52
Binary 10101111 101000 111000 0 1001101 1000100 11111 101100001 111111 101010

Color Harmonies of #AF2838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2838

Black with #AF2838

Text Example


Text Example

White with #AF2838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2838; }

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

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

background-color css

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

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

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

border-color css

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

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

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