Html Css Color HEX #AF2936 Cardinal

📋 copy color: '#AF2936'

red 175 ◦ green 41 ◦ blue 54

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

Shades of Cardinal #AF2936

Tints of Cardinal #AF2936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20%

R = 64.81%
G = 15.19%
B = 20%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF2936 (or 0xAF2936) is known color: Cardinal. HEX triplet: AF, 29 and 36. RGB value is (175,41,54). Sum of RGB (Red+Green+Blue) = 175+41+54=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 54 (21.48% from 255 or 20% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2936 is #50D6C9. Grayscale: #525252. Windows color (decimal): -5297866 or 3549615. OLE color: 3549615.

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

Color convert

RGB 175 41 54 -
CMYK 0 0.77 0.69 0.31
HSL 354.18º 0.62% 0.42% -
HSV(B) 354.18º 0.77% 0.69% -
XYZ 19.14 10.97 4.6 -
YUV 82.55 111.89 193.94 -
System Red Green Blue C M Y K H S L
Decimal 175 41 54 0 0.77 0.69 0.31 354.18 0.62 0.42
Hex AF 29 36 0 4D 45 1F 162 3E 2A
Octal 257 51 66 0 115 105 37 542 76 52
Binary 10101111 101001 110110 0 1001101 1000101 11111 101100010 111110 101010

Color Harmonies of #AF2936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2936

Black with #AF2936

Text Example


Text Example

White with #AF2936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2936; }

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

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

background-color css

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

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

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

border-color css

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

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

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