Html Css Color HEX #AF2938 Cardinal

📋 copy color: '#AF2938'

red 175 ◦ green 41 ◦ blue 56

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

Shades of Cardinal #AF2938

Tints of Cardinal #AF2938

RGB

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

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

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

R = 64.34%
G = 15.07%
B = 20.59%

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

#AF2938 (or 0xAF2938) is known color: Cardinal. HEX triplet: AF, 29 and 38. RGB value is (175,41,56). Sum of RGB (Red+Green+Blue) = 175+41+56=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2938 is #50D6C7. Grayscale: #525252. Windows color (decimal): -5297864 or 3680687. OLE color: 3680687.

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

Color convert

RGB 175 41 56 -
CMYK 0 0.77 0.68 0.31
HSL 353.28º 0.62% 0.42% -
HSV(B) 353.28º 0.77% 0.69% -
XYZ 19.19 10.99 4.85 -
YUV 82.78 112.89 193.78 -
System Red Green Blue C M Y K H S L
Decimal 175 41 56 0 0.77 0.68 0.31 353.28 0.62 0.42
Hex AF 29 38 0 4D 44 1F 161 3E 2A
Octal 257 51 70 0 115 104 37 541 76 52
Binary 10101111 101001 111000 0 1001101 1000100 11111 101100001 111110 101010

Color Harmonies of #AF2938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2938

Black with #AF2938

Text Example


Text Example

White with #AF2938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2938; }

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

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

background-color css

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

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

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

border-color css

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

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

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