Html Css Color HEX #AF2932 Cardinal

📋 copy color: '#AF2932'

red 175 ◦ green 41 ◦ blue 50

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

Shades of Cardinal #AF2932

Tints of Cardinal #AF2932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.8%

R = 65.79%
G = 15.41%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF2932 (or 0xAF2932) is known color: Cardinal. HEX triplet: AF, 29 and 32. RGB value is (175,41,50). Sum of RGB (Red+Green+Blue) = 175+41+50=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2932 is #50D6CD. Grayscale: #525252. Windows color (decimal): -5297870 or 3287471. OLE color: 3287471.

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

Color convert

RGB 175 41 50 -
CMYK 0 0.77 0.71 0.31
HSL 355.97º 0.62% 0.42% -
HSV(B) 355.97º 0.77% 0.69% -
XYZ 19.05 10.93 4.12 -
YUV 82.09 109.89 194.27 -
System Red Green Blue C M Y K H S L
Decimal 175 41 50 0 0.77 0.71 0.31 355.97 0.62 0.42
Hex AF 29 32 0 4D 47 1F 164 3E 2A
Octal 257 51 62 0 115 107 37 544 76 52
Binary 10101111 101001 110010 0 1001101 1000111 11111 101100100 111110 101010

Color Harmonies of #AF2932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2932

Black with #AF2932

Text Example


Text Example

White with #AF2932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2932; }

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

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

background-color css

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

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

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

border-color css

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

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

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