Html Css Color HEX #AF2038 Cardinal

📋 copy color: '#AF2038'

red 175 ◦ green 32 ◦ blue 56

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

Shades of Cardinal #AF2038

Tints of Cardinal #AF2038

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.17%

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

R = 66.54%
G = 12.17%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF2038 (or 0xAF2038) is known color: Cardinal. HEX triplet: AF, 20 and 38. RGB value is (175,32,56). Sum of RGB (Red+Green+Blue) = 175+32+56=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2038 is #50DFC7. Grayscale: #4D4D4D. Windows color (decimal): -5300168 or 3678383. OLE color: 3678383.

HSL color Cylindrical-coordinate representation of color #AF2038: hue angle of 349.93º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF2038 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 32 56 -
CMYK 0 0.82 0.68 0.31
HSL 349.93º 0.69% 0.41% -
HSV(B) 349.93º 0.82% 0.69% -
XYZ 18.91 10.43 4.76 -
YUV 77.49 115.88 197.55 -
System Red Green Blue C M Y K H S L
Decimal 175 32 56 0 0.82 0.68 0.31 349.93 0.69 0.41
Hex AF 20 38 0 52 44 1F 15E 45 29
Octal 257 40 70 0 122 104 37 536 105 51
Binary 10101111 100000 111000 0 1010010 1000100 11111 101011110 1000101 101001

Color Harmonies of #AF2038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2038

Black with #AF2038

Text Example


Text Example

White with #AF2038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2038; }

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

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

background-color css

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

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

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

border-color css

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

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

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