Html Css Color HEX #AF1F32 Cardinal

📋 copy color: '#AF1F32'

red 175 ◦ green 31 ◦ blue 50

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

Shades of Cardinal #AF1F32

Tints of Cardinal #AF1F32

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.11%

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

R = 68.36%
G = 12.11%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF1F32 (or 0xAF1F32) is known color: Cardinal. HEX triplet: AF, 1F and 32. RGB value is (175,31,50). Sum of RGB (Red+Green+Blue) = 175+31+50=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1F32 is #50E0CD. Grayscale: #4C4C4C. Windows color (decimal): -5300430 or 3284911. OLE color: 3284911.

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

Color convert

RGB 175 31 50 -
CMYK 0 0.82 0.71 0.31
HSL 352.08º 0.7% 0.4% -
HSV(B) 352.08º 0.82% 0.69% -
XYZ 18.74 10.32 4.02 -
YUV 76.22 113.21 198.46 -
System Red Green Blue C M Y K H S L
Decimal 175 31 50 0 0.82 0.71 0.31 352.08 0.7 0.4
Hex AF 1F 32 0 52 47 1F 160 46 28
Octal 257 37 62 0 122 107 37 540 106 50
Binary 10101111 11111 110010 0 1010010 1000111 11111 101100000 1000110 101000

Color Harmonies of #AF1F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1F32

Black with #AF1F32

Text Example


Text Example

White with #AF1F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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